(2 intermediate revisions by the same user not shown)
Line 3:
Line 3:
|Name=Name Plate Interface
|Name=Name Plate Interface
}}
}}
{{stub}}
The '''NamePlateInterface''' component is a [[Favorites|favoritable]] type component that allows a user to set their custom nameplate for avatars they spawn into
{{Note|This component is currently unimplemented. Source code structures indicate no references to this component. The nameplate system as it is has several issues on the issue tracker. This will most likely be implemented along with many nameplate bug fixes in the """contacts and profiles update""" milestone.|warning}}
|SpawningUserID|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv2=true| The field containing the User ID of the person that spawned the dialogue
|IsInstance|Bool|
|IsInstance|Bool| Whether this dialogue was spawned by the game (true) or spawned from inventory (false)
|Username|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv4=true| The field to set with the username of the user who this nameplate has been spawned onto.
|UserID|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv5=true| The field to set with the UserID of the user who this nameplate has been spawned onto.
|IconURL|'''[[Type:IField`1|IField`1]]<[[Type:Uri|Uri]]>'''|TypeAdv6=true| The field to set with the User profile icon of the user who this nameplate has been spawned onto.
|TargetUser|'''[[Type:SyncRef`1|SyncRef`1]]<[[Type:User|User]]>'''|TypeAdv7=true| The field to set with the user this nameplate has been spawned onto.
|TargetUserRef|UserRef|
|TargetUserRef|UserRef| A user reference block to store info about the user this nameplate has been spawned onto.
|VoiceStream|'''[[Type:SyncRef`1|SyncRef`1]]<[[Type:IAudioSource|IAudioSource]]>'''|TypeAdv9=true| The field to populate with the user voice stream of the user this nameplate has been spawned onto.
Name Plate Interface component as seen in the Scene Inspector
The NamePlateInterface component is a favoritable type component that allows a user to set their custom nameplate for avatars they spawn into
This component is currently unimplemented. Source code structures indicate no references to this component. The nameplate system as it is has several issues on the issue tracker. This will most likely be implemented along with many nameplate bug fixes in the """contacts and profiles update""" milestone.