Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=First Person Targetting Controller | |Name=First Person Targetting Controller | ||
}} | }} | ||
The '''FirstPersonTargettingController''' component is used to control the head movement of a desktop user when they look around. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|MinVerticalAngle|Float| | |MinVerticalAngle|Float| The furthest down angle from 0 being forward the user can look in desktop. | ||
|MaxVerticalAngle|Float| | |MaxVerticalAngle|Float| The furthest up angle from 0 being forward the user can look in desktop. | ||
}} | }} | ||
== | == Usage == | ||
Not used directly by the user. Appears on a user root slot. | |||
== Examples == | == Examples == | ||
Appears on a user root slot. | |||
== See Also == | == See Also == | ||
Line 19: | Line 21: | ||
[[Category:Components:Uncategorized{{#translation:}}|First Person Targetting Controller]] | [[Category:Components:Uncategorized{{#translation:}}|First Person Targetting Controller]] | ||
[[Category:Components{{#translation:}}|First Person Targetting Controller]] | [[Category:Components{{#translation:}}|First Person Targetting Controller]] | ||
Latest revision as of 17:52, 22 February 2025
Component image 
First Person Targetting Controller component as seen in the Scene Inspector

The FirstPersonTargettingController component is used to control the head movement of a desktop user when they look around.
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. |
MinVerticalAngle
|
Float | The furthest down angle from 0 being forward the user can look in desktop. |
MaxVerticalAngle
|
Float | The furthest up angle from 0 being forward the user can look in desktop. |
Usage
Not used directly by the user. Appears on a user root slot.
Examples
Appears on a user root slot.