Component:AvatarNameTagAssigner: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page AvatarNameTagAssigner (Component) to Component:AvatarNameTagAssigner: Creating component Namespace
Automated: update Fields, Categories
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|LabelTargets|IField`1|TypeString0=IField<String>|  
|LabelTargets|{{RootFieldType|SyncRefList`1|[[Type:IField`1|IField`1]]&lt;[[Type:String|String]]&gt;}}|TypeAdv0=true|
|UserIdTargets|IField`1|TypeString1=IField<String>|  
|UserIdTargets|{{RootFieldType|SyncRefList`1|[[Type:IField`1|IField`1]]&lt;[[Type:String|String]]&gt;}}|TypeAdv1=true|
|ColorTargets|IField`1|TypeString2=IField<Color>|  
|ColorTargets|{{RootFieldType|SyncRefList`1|[[Type:IField`1|IField`1]]&lt;[[Type:ColorX|ColorX]]&gt;}}|TypeAdv2=true|
|OutlineTargets|IField`1|TypeString3=IField<Color>|  
|OutlineTargets|{{RootFieldType|SyncRefList`1|[[Type:IField`1|IField`1]]&lt;[[Type:ColorX|ColorX]]&gt;}}|TypeAdv3=true|
|BackgroundTargets|IField`1|TypeString4=IField<Color>|  
|BackgroundTargets|{{RootFieldType|SyncRefList`1|[[Type:IField`1|IField`1]]&lt;[[Type:ColorX|ColorX]]&gt;}}|TypeAdv4=true|
|DequippedLabel|String|  
|DequippedLabel|String|
}}
}}


Line 31: Line 31:
== Related Components ==
== Related Components ==
</translate>
</translate>
[[Category:Components{{#translation:}}|AvatarNameTagAssigner (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Avatar Name Tag Assigner]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:Users:Common Avatar System:Nameplate{{#translation:}}|AvatarNameTagAssigner (Component){{#translation:}}]]
[[Category:Components:Users:Common Avatar System:Nameplate{{#translation:}}|Avatar Name Tag Assigner]]

Revision as of 23:05, 3 March 2024


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


Component image 
AvatarNameTagAssigner component as seen in the Scene Inspector


Intoduction

Usage

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.
LabelTargets list of IField`1<String>
UserIdTargets list of IField`1<String>
ColorTargets list of IField`1<ColorX>
OutlineTargets list of IField`1<ColorX>
BackgroundTargets list of IField`1<ColorX>
DequippedLabel String

Behavior

Examples

Related Components