(One intermediate revision by one other user not shown)
Line 8:
Line 8:
<!--T:2-->
<!--T:2-->
The '''UserRoot''' component can be found on the top slot of a user, this component references the users [[Component:AvatarRenderSettings|AvatarRenderSettings]], [[Component:ScreenController|ScreenController]] and any current [[Component:AvatarUserRootOverrideAssigner|AvatarUserRootOverrideAssigners]].
The '''UserRoot''' component can be found on the top [[Slot|slot]] of a [[User|user]], this component references the user's [[Component:AvatarRenderSettings|AvatarRenderSettings]], [[Component:ScreenController|ScreenController]] and any current [[Component:AvatarUserRootOverrideAssigner|AvatarUserRootOverrideAssigners]].
<!--T:3-->
<!--T:3-->
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|RenderSettings|IRenderSettingsSource| The user's render settings. Usually part of an avatar.
|RenderSettings|IRenderSettingsSource| The user's render settings. Usually part of an avatar.
Line 18:
Line 18:
|OverrideView|Slot| The slot currently overriding the user's view position locally for rendering.
|OverrideView|Slot| The slot currently overriding the user's view position locally for rendering.
|OverrideEars|Slot| The slot currently overriding the user's ears position locally for rendering audio.
|OverrideEars|Slot| The slot currently overriding the user's ears position locally for rendering audio.
}}
== UserNode ==
{{Table EnumValues
|None|0| Do operations based off of no user node.
|Root|1| Do operations based off of the user root slot.
|GroundProjectedHead|2| Do operations based off of the user's head projected to the ground and use the hit normal too.
|Head|3| Do operations based off of user head.
|Hips|4| Do operations based off of user hips.
|Feet|5| Do operations based off of between user feet.
|View|6| Do operations based off of user view.
}}
}}
<!--T:4-->
<!--T:4-->
== Usage ==
== Usage ==
Usually users find the slot containing this component by using the [[ProtoFlux]] node [[ProtoFlux:User Root Slot|User Root Slot]].
<!--T:5-->
<!--T:5-->
== Examples ==
== Examples ==
Found in the user root slot of users in the world.
Found in the user root slot of users in the [[World|world]].