Component:InteractiveCameraControlSettings
From Resonite Wiki
More actions
Component image 
Interactive Camera Control Settings component as seen in the Scene Inspector

The InteractiveCameraControlSettings component allows for changing the settings for the user's Camera.
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. |
_canvas
|
Canvas | The canvas to put data into and show settings |
_panel
|
LegacyPanel | The legacy panel to show the settings on. |
Usage
See Camera.
Examples
See Camera.