API ReferenceSandbox.Engine
public static abstract sealed class Sandbox.Engine.SystemInfo
Properties
Showing 9 properties
public static string Sandbox.Engine.SystemInfo.Gpu { get; set; }
Human-readable product name of the graphics card in this system.
public static ulong Sandbox.Engine.SystemInfo.GpuMemory { get; set; }
Total VRAM on this system's graphics card.
public static string Sandbox.Engine.SystemInfo.GpuVersion { get; set; }
The version number of the graphics card driver.
public static float Sandbox.Engine.SystemInfo.ProcessorCount { get; set; }
The number of logical processors in this system.
public static float Sandbox.Engine.SystemInfo.ProcessorFrequency { get; set; }
The frequency of this system's processor in GHz.
public static string Sandbox.Engine.SystemInfo.ProcessorName { get; set; }
Human-readable product name of this system's processor.
public static long Sandbox.Engine.SystemInfo.StorageSizeAvailable { get; set; }
Indicates the amount of available free space on game drive in bytes
public static long Sandbox.Engine.SystemInfo.StorageSizeTotal { get; set; }
Gets the total size of storage space on game drive in bytes
public static ulong Sandbox.Engine.SystemInfo.TotalMemory { get; set; }
Total physical memory available on this machine, in bytes.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Engine |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Engine.SystemInfo |