Struct Hardware
- Namespace
- OmegaEngine
- Assembly
- OmegaEngine.dll
Information about the hardware the Engine is running on.
public struct Hardware
- Inherited Members
- Extension Methods
Fields
Cpu
Details about the CPU.
public HardwareCpu Cpu
Field Value
Gpu
Details about the graphics card.
public HardwareGpu Gpu
Field Value
Ram
Details about the RAM.
public HardwareRam Ram
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.