Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=UI Targetting Controller | |Name=UI Targetting Controller | ||
}} | }} | ||
The '''UI_TargettingController''' component is used to control the desktop view which can target onto UIs like inspectors if in builder or videos. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Target|IUIInterface| | |Target|IUIInterface| The current UIX target element to look at. | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
Line 18: | Line 18: | ||
[[Category:Components:Uncategorized{{#translation:}}|UI Targetting Controller]] | [[Category:Components:Uncategorized{{#translation:}}|UI Targetting Controller]] | ||
[[Category:Components{{#translation:}}|UI Targetting Controller]] | [[Category:Components{{#translation:}}|UI Targetting Controller]] | ||
Latest revision as of 12:10, 3 August 2025
Component image 
UI Targetting Controller component as seen in the Scene Inspector

The UI_TargettingController component is used to control the desktop view which can target onto UIs like inspectors if in builder or videos.
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. |
Target
|
IUIInterface | The current UIX target element to look at. |