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