Type:UserRoot.UserNode: Difference between revisions

From Resonite Wiki
imported>ProbablePrime
 
type not types
 
(One intermediate revision by the same user not shown)
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:Types:LookAtUser.UserNode|LookAtUser.UserNode]], which is used only for [[LookAtUser (Component)]]
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:Types]][[Category:Enums]]
[[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