Component:InteractiveCameraControlSettings: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Interactive Camera Control Settings
|Name=Interactive Camera Control Settings
}}
}}
{{stub}}
The '''InteractiveCameraControlSettings''' component allows for changing the settings for the user's [[Camera]].


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|_canvas|'''[[Component:Canvas|Canvas]]'''|TypeAdv0=true|
|_canvas|'''[[Component:Canvas|Canvas]]'''|TypeAdv0=true| The canvas to put data into and show settings
|_panel|'''[[Component:LegacyPanel|LegacyPanel]]'''|TypeAdv1=true|
|_panel|'''[[Component:LegacyPanel|LegacyPanel]]'''|TypeAdv1=true| The legacy panel to show the settings on.
}}
}}


== Behavior ==
== Usage ==
See [[Camera]].


== Examples ==
== Examples ==
See [[Camera]].


== See Also ==
== See Also ==
* [[Camera]]


[[Category:Components:Uncategorized{{#translation:}}|Interactive Camera Control Settings]]
[[Category:Components:Uncategorized{{#translation:}}|Interactive Camera Control Settings]]
[[Category:Components{{#translation:}}|Interactive Camera Control Settings]]
[[Category:Components{{#translation:}}|Interactive Camera Control Settings]]
[[Category:ComponentStubs]]

Latest revision as of 18:42, 28 February 2025

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

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.

See Also