Component image 
Resolution Settings component as seen in the Scene Inspector

The ResolutionSettings component is a Settings component.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Fullscreen
|
Bool | Whether or not the game should change to fullscreen mode. |
WindowResolution
|
Int2 | The resolution in pixels the main window should render at while in windowed mode. |
FullscreenResolution
|
Int2 | The resolution in pixels the main window should render at while in full screen. |
CommitedWindowResolution
|
Int2 | The resolution in pixels the main window is currently at while in windowed mode. |
CommitedFullscreenResolution
|
Int2 | The resolution in pixels the main window is currently at while in full screen. |
NeedsToApplyResolution
|
Bool | Whether or not the resolution settings need to be applied. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
ApplyResolution:Action
|
Action | X | Applies the currently chosen resolution. |
Usage
See Resolution Settings.
Examples
See Resolution Settings.