OmegaEngine API  1.0.3
Public Member Functions | Public Attributes | List of all members
OmegaEngine.Hardware Struct Reference

Information about the hardware the Engine is running on. More...

Public Member Functions

override string ToString ()
 

Public Attributes

OSInfo OS
 The current operating system. More...
 
HardwareCpu Cpu
 Details about the CPU. More...
 
HardwareRam Ram
 Details about the RAM. More...
 
HardwareGpu Gpu
 Details about the graphics card. More...
 

Detailed Description

Information about the hardware the Engine is running on.

See also
EngineCapabilities.Hardware

Member Data Documentation

◆ Cpu

HardwareCpu OmegaEngine.Hardware.Cpu

Details about the CPU.

◆ Gpu

HardwareGpu OmegaEngine.Hardware.Gpu

Details about the graphics card.

◆ OS

OSInfo OmegaEngine.Hardware.OS

The current operating system.

◆ Ram

HardwareRam OmegaEngine.Hardware.Ram

Details about the RAM.


The documentation for this struct was generated from the following file: