imported>Chemicalcrux Creating the page (with a bot!) |
Style, added link. Added a usage description. |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
<!--T:2--> | <!--T:2--> | ||
The '''AvatarBadgeManager''' component initializes the [[User|user's]] [[Badges|badges]] under the <code>Badges Root</code> slot. | |||
<!--T:3--> | <!--T:3--> | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|BadgeSize|Float| | |BadgeSize|Float| | ||
|BadgeSeparation|Float| | |BadgeSeparation|Float| | ||
|_badgesRoot|Slot| | |MaxRowSize|Int| | ||
|_badgesOffset|Float3| | |_badgesRoot|Slot| | ||
|_badgesOffset|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv4=true| | |||
}} | }} | ||
<!--T:4--> | <!--T:4--> | ||
== | == 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--> | ||
Line 29: | Line 30: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}| | [[Category:Components{{#translation:}}|Avatar Badge Manager]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components:Users:Common Avatar System:Nameplate{{#translation:}}| | [[Category:Components:Users:Common Avatar System:Nameplate{{#translation:}}|Avatar Badge Manager]] |
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
The AvatarBadgeManager component initializes the user's badges under the Badges Root
slot.
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.