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| The size of the generated badges in local space.
|BadgeSeparation|Float|
|BadgeSeparation|Float| The separation in meters between the badges in local space
|_badgesRoot|Slot|
|MaxRowSize|Int| The maximum amount of badges on one row before moving to the next.
|_badgesOffset|Float3|
|_badgesRoot|Slot| The slot to put the badges under.
|_badgesOffset|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv4=true| The position of the <code>_badgesRoot</code> slot, which is used to move the badges away from the user's name tag and keep them positioned properly.
}}
}}
<!--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.
The position of the _badgesRoot slot, which is used to move the badges away from the user's name tag and keep them positioned properly.
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.