Class: NameTag
A class that allows you to create a name tag mesh. This name tag mesh also supports colored text using the ColorText syntax. Name tags can be treated like any other mesh.
Hierarchy
-
↳
NameTag
Constructors
constructor
• new NameTag(text
, options?
): NameTag
Parameters
Name | Type |
---|---|
text | string |
options | Partial <NameTagOptions > |