Component:AvatarNameplateVisibilityDriver

From Resonite Wiki
Revision as of 16:42, 15 October 2024 by 989onan (talk | contribs) (add info that was missing)
Component image 
AvatarNameplateVisibilityDriver component as seen in the Scene Inspector

AvatarNameplateVisibilityDriver is used to drive the visibility of nameplates during certain scenarios.

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.
AlwaysShowToContacts Bool Show to contacts regardless of whether it should be hidden or not.
Visible field drive of Bool The boolean to drive for nameplate visiblity (like the active of the nameplate slot)

Behavior

This disables the target of Visible when nameplates are hidden locally through the nameplate visibility facet on the Home tab of the Dash Menu. This also drives the visibility of nameplates for other reasons, like when visibility of default nameplates is needed locally. It also hides the target nameplate during certain render contexts, like when a user is taking a picture with hide nameplates during pictures setting turned on.

Examples

User default nameplates, and custom nameplates use this component so the nameplate is hidden when needed. Some users may inform you that your nameplate is broken if this component isn't being utilized on it.

Related Components