Component:AvatarBadgeManager: Difference between revisions

From Resonite Wiki
m Replace "intoduction"
Style, added link. Added a usage description.
 
Line 9: Line 9:


<!--T:2-->
<!--T:2-->
The AvatarBadgeManager initializes the user's badges under the Badges Root slot.
The '''AvatarBadgeManager''' component initializes the [[User|user's]] [[Badges|badges]] under the <code>Badges Root</code> slot.


<!--T:3-->
<!--T:3-->
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|BadgeSize|Float|
|BadgeSize|Float|
Line 22: Line 21:


<!--T:4-->
<!--T:4-->
== Behavior ==
== Usage ==
This is used to help with organizing badges on a user's [[Nameplate]], including custom badges. The [[User Badge Manager|user badge manager]] does this internally to help assign badges accordingly.


<!--T:5-->
<!--T:5-->

Latest revision as of 07:26, 19 August 2024


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


Component image 
AvatarBadgeManager component as seen in the Scene Inspector


The AvatarBadgeManager component initializes the user's badges under the Badges Root slot.

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.
BadgeSize Float
BadgeSeparation Float
MaxRowSize Int
_badgesRoot Slot
_badgesOffset field drive of Float3

Usage

This is used to help with organizing badges on a user's Nameplate, including custom badges. The user badge manager does this internally to help assign badges accordingly.

Examples

Related Components