Table of Contents

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

HardwareCpu

Gpu

Details about the graphics card.

public HardwareGpu Gpu

Field Value

HardwareGpu

Ram

Details about the RAM.

public HardwareRam Ram

Field Value

HardwareRam

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

See Also