Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Freeform Targetting Controller | |Name=Freeform Targetting Controller | ||
}} | }} | ||
The '''FreeformTargettingController''' component is used to handle the 3rd person targeting onto [[UIX]] in desktop mode. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|FocusTarget|Slot| | |FocusTarget|Slot| The object to focus on. | ||
|FocusCenterPoint|Float3| | |FocusCenterPoint|Float3| The center focus position. Acts as an offset. | ||
}} | }} | ||
== | == Usage == | ||
Not used directly by the user. | |||
== Examples == | == Examples == | ||
Seen on the user root slot of users. | |||
== See Also == | == See Also == | ||
Line 19: | Line 21: | ||
[[Category:Components:Uncategorized{{#translation:}}|Freeform Targetting Controller]] | [[Category:Components:Uncategorized{{#translation:}}|Freeform Targetting Controller]] | ||
[[Category:Components{{#translation:}}|Freeform Targetting Controller]] | [[Category:Components{{#translation:}}|Freeform Targetting Controller]] | ||
Latest revision as of 19:59, 23 February 2025
Component image 
Freeform Targetting Controller component as seen in the Scene Inspector

The FreeformTargettingController component is used to handle the 3rd person targeting onto UIX in desktop mode.
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. |
FocusTarget
|
Slot | The object to focus on. |
FocusCenterPoint
|
Float3 | The center focus position. Acts as an offset. |
Usage
Not used directly by the user.
Examples
Seen on the user root slot of users.