Struct Resolution
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct Resolution
Properties
| Improve this Doc View Sourceheight
Declaration
public int height { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
refreshRate
Declaration
public int refreshRate { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
width
Declaration
public int width { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |