add info that was missing |
fix formatting |
||
Line 6: | Line 6: | ||
|Name=AvatarNameplateVisibilityDriver | |Name=AvatarNameplateVisibilityDriver | ||
}} | }} | ||
AvatarNameplateVisibilityDriver is used to drive the visibility of nameplates during certain scenarios. | AvatarNameplateVisibilityDriver is used to drive the visibility of nameplates during certain scenarios. | ||
Latest revision as of 16:43, 15 October 2024
Component image
AvatarNameplateVisibilityDriver is used to drive the visibility of nameplates during certain scenarios.
Usage
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.