Class ScreenSettings
Inheritance
System.Object
ScreenSettings
Namespace: Unity.PerformanceTesting
Syntax
[Serializable]
public class ScreenSettings
Fields
Fullscreen
Declaration
public bool Fullscreen
Field Value
Type | Description |
---|---|
System.Boolean |
ScreenHeight
Declaration
public int ScreenHeight
Field Value
Type | Description |
---|---|
System.Int32 |
ScreenRefreshRate
Declaration
public int ScreenRefreshRate
Field Value
Type | Description |
---|---|
System.Int32 |
ScreenWidth
Declaration
public int ScreenWidth
Field Value
Type | Description |
---|---|
System.Int32 |