Component:DesktopRenderSettings

From Resonite Wiki
Component image 
Desktop Render Settings component as seen in the Scene Inspector

The DesktopRenderSettings component is used to set Settings used in Desktop mode.

Fields

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.
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.

Usage

Examples

See Also