| m ProbablePrime moved page AvatarManager (Component) to Component:AvatarManager: Creating component Namespace |  Automated: update Fields, Categories | ||
| Line 14: | Line 14: | ||
| == Usage == | == Usage == | ||
| {{Table ComponentFields | {{Table ComponentFields | ||
| |_objectGroups|EquippedGroup|   | |_objectGroups|{{RootFieldType|SyncList`1|[[#EquippedGroup|EquippedGroup]]}}|TypeAdv0=true| | ||
| |_currentAnchor|AvatarAnchor|   | |_currentAnchor|{{RootFieldType|LinkRef`1|[[Component:AvatarAnchor|AvatarAnchor]]}}|TypeAdv1=true| | ||
| |AutoAddNameBadge|Bool|   | |AutoAddNameBadge|Bool| | ||
| |AutoAddIconBadge|Bool|   | |AutoAddIconBadge|Bool| | ||
| |AutoAddLiveIndicator|Bool|   | |AutoAddLiveIndicator|Bool| | ||
| |EmptySlotHandler|IEmptyAvatarSlotHandler|   | |EmptySlotHandler|IEmptyAvatarSlotHandler| | ||
| |NameTagText|String|   | |DefaultScale|Float| | ||
| |NameTagColor| | |NameTagText|String| | ||
| |NameTagOutline| | |NameTagColor|ColorX| | ||
| |NameTagBackground| | |NameTagOutline|ColorX| | ||
| |_badgeTemplates|Slot|   | |NameTagBackground|ColorX| | ||
| |_autoNameBadge|Slot|   | |_badgeTemplates|Slot| | ||
| |_autoIconBadge|Slot|   | |_autoNameBadge|Slot| | ||
| |_autoLiveIndicator|Slot|   | |_autoIconBadge|Slot| | ||
| |_autoLiveIndicator|Slot| | |||
| |_updateVersion|Int| | |||
| }} | }} | ||
| Line 39: | Line 41: | ||
| == Related Components == | == Related Components == | ||
| </translate> | </translate> | ||
| [[Category:Components{{#translation:}}| | [[Category:Components{{#translation:}}|Avatar Manager]] | ||
| [[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
| [[Category:Components | [[Category:Components With Nested Types{{#translation:}}|Avatar Manager]] | ||
| [[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Manager]] | |||
Revision as of 22:54, 3 March 2024
This article or section is a stub. You can help the Resonite wiki by expanding it.
Component image 
AvatarManager component as seen in the Scene Inspector 

Intoduction
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. Some components stop their functionality when this field is disabled, but some don't. | 
| _objectGroups | list of EquippedGroup | |
| _currentAnchor | direct LinkRef`1<AvatarAnchor> | |
| AutoAddNameBadge | Bool | |
| AutoAddIconBadge | Bool | |
| AutoAddLiveIndicator | Bool | |
| EmptySlotHandler | IEmptyAvatarSlotHandler | |
| DefaultScale | Float | |
| NameTagText | String | |
| NameTagColor | ColorX | |
| NameTagOutline | ColorX | |
| NameTagBackground | ColorX | |
| _badgeTemplates | Slot | |
| _autoNameBadge | Slot | |
| _autoIconBadge | Slot | |
| _autoLiveIndicator | Slot | |
| _updateVersion | Int | 
