Class PlayerSystemInfo
Inheritance
System.Object
PlayerSystemInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.PerformanceTesting
Syntax
[Serializable]
public class PlayerSystemInfo
Fields
DeviceModel
Declaration
public string DeviceModel
Field Value
| Type | Description |
|---|---|
| System.String |
DeviceName
Declaration
public string DeviceName
Field Value
| Type | Description |
|---|---|
| System.String |
GraphicsDeviceName
Declaration
public string GraphicsDeviceName
Field Value
| Type | Description |
|---|---|
| System.String |
OperatingSystem
Declaration
public string OperatingSystem
Field Value
| Type | Description |
|---|---|
| System.String |
ProcessorCount
Declaration
public int ProcessorCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ProcessorType
Declaration
public string ProcessorType
Field Value
| Type | Description |
|---|---|
| System.String |
SystemMemorySize
Declaration
public int SystemMemorySize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
XrDevice
Declaration
public string XrDevice
Field Value
| Type | Description |
|---|---|
| System.String |
XrModel
Declaration
public string XrModel
Field Value
| Type | Description |
|---|---|
| System.String |