Component:CursorSettings

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

The CursorSettings component is used in the settings menu to allow the user to change the size of their cursor when it is under specific circumstances.

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.
BaseCursorSize Float The cursor size by default.
GrabMultiplier Float The amount to multiply the cursor size by when grabbing something
InteractionMultiplier Float The amount to multiply the cursor size by when pressing a button or interacting with something.
TextMultiplier Float How much to multiply the cursor size when highlighting an editable text field.
SliderMultiplier Float The amount to multiply the cursor size when sliding a slider.

Usage

Examples

See Also