Component:UserRoot

From Resonite Wiki
Revision as of 23:58, 25 January 2025 by Alizard (talk | contribs) (backlinks)


This article or section is a Stub. You can help the Resonite Wiki by expanding it.

Component image 
UserRoot component as seen in the Scene Inspector


The UserRoot component can be found on the top slot of a user, this component references the users AvatarRenderSettings, ScreenController and any current AvatarUserRootOverrideAssigners.

Usage

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.
RenderSettings IRenderSettingsSource
ScreenController ScreenController
OverrideRoot Slot
OverrideView Slot
OverrideEars Slot

Behavior

Examples

Related Components