Class CustomResolutionFields
This class is used to specify the custom resolution settings for a test.
Inherited Members
Namespace: UnityEngine.TestTools.Graphics
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
[Serializable]
public class CustomResolutionFields
Fields
height
The resolution height.
Declaration
[FormerlySerializedAs("Height")]
public int height
Field Value
| Type | Description |
|---|---|
| int |
isFullScreen
Whether the resolution is fullscreen or not.
Declaration
public bool isFullScreen
Field Value
| Type | Description |
|---|---|
| bool |
platform
The platform for which the resolution is set.
Declaration
[FormerlySerializedAs("Platform")]
public RuntimePlatform platform
Field Value
| Type | Description |
|---|---|
| RuntimePlatform |
width
The resolution width.
Declaration
[FormerlySerializedAs("Width")]
public int width
Field Value
| Type | Description |
|---|---|
| int |