Class PlayerSystemInfo
Namespace: Unity.PerformanceTesting
Syntax
[Serializable]
public class PlayerSystemInfo
Fields
DeviceModel
Declaration
public string DeviceModel
Field Value
| Type | Description |
|---|---|
| String |
DeviceName
Declaration
public string DeviceName
Field Value
| Type | Description |
|---|---|
| String |
GraphicsDeviceName
Declaration
public string GraphicsDeviceName
Field Value
| Type | Description |
|---|---|
| String |
OperatingSystem
Declaration
public string OperatingSystem
Field Value
| Type | Description |
|---|---|
| String |
ProcessorCount
Declaration
public int ProcessorCount
Field Value
| Type | Description |
|---|---|
| Int32 |
ProcessorType
Declaration
public string ProcessorType
Field Value
| Type | Description |
|---|---|
| String |
SystemMemorySize
Declaration
public int SystemMemorySize
Field Value
| Type | Description |
|---|---|
| Int32 |
XrDevice
Declaration
public string XrDevice
Field Value
| Type | Description |
|---|---|
| String |
XrModel
Declaration
public string XrModel
Field Value
| Type | Description |
|---|---|
| String |