Component:DesktopRenderSettings

From Resonite Wiki
Revision as of 01:13, 23 December 2024 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
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