m 989onan moved page Types:UserRoot.UserNode to Type:UserRoot.UserNode: type not types |
type not types |
||
| Line 1: | Line 1: | ||
'''UserRoot.UserNode''' is an enum for determining position and rotation source for most components. | '''UserRoot.UserNode''' is an enum for determining position and rotation source for most components. | ||
It is not to be confused with [[:Category: | It is not to be confused with [[:Category:Type:LookAtUser.UserNode|LookAtUser.UserNode]], which is used only for [[LookAtUser (Component)]] | ||
{| class="wikitable" style="font-size:10pt;" | {| class="wikitable" style="font-size:10pt;" | ||
| Line 27: | Line 27: | ||
| The user's feet | | The user's feet | ||
|} | |} | ||
[[Category: | [[Category:Type]][[Category:Enums]] | ||
Latest revision as of 18:37, 16 January 2024
UserRoot.UserNode is an enum for determining position and rotation source for most components.
It is not to be confused with LookAtUser.UserNode, which is used only for LookAtUser (Component)
| Enum | |
|---|---|
| Name | Description |
| None | Default Value - No node was selected |
| Root | The user's UserRoot |
| GroundProjectedHead | X/Z Values of the user's head position. Y is clamped to 0 |
| Head | The user's head |
| Hips | The user's Hips |
| Feet | The user's feet |