Component image
The DesktopRenderSettings component is used to set Settings used in Desktop mode.
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. |
FieldOfView
|
Float | The fov of the desktop client. |
SprintFieldOfViewZoom
|
Bool | Whether to multiply the FOV when sprinting |
VSync
|
Bool | Whether to use VSync |
LimitFramerateWhenUnfocused
|
Bool | Whether to limit framerate when the game is unfocused. |
MaximumBackgroundFramerate
|
Int | How much to limit the framerate when unfocused and LimitFramerateWhenUnfocused is true.
|
FramePacingOptionsEnabled
|
Bool | Whether to pace frames due to options like MaximumBackgroundFramerate is being used.
|
BackgroundFramerateEnabled
|
Bool | Whether to render new frames when in the background. |