A component that works as a name tag of a speaker with billboarding.
Namespace: Esper.FeelSpeak.UI.UGUI Inherits from: Billboarded Type: class
Esper.FeelSpeak.UI.UGUI
Billboarded
class
public
label
TextMeshProUGUI
The text label (hidden in inspector).
speaker
Speaker
The speaker to display the name for.
private
Awake()
void
Initializes the text label component from children.
Start()
Calls UpdateName().
UpdateName()
Updates the name tag display with speaker's name and optional text coloring.
Last updated 5 months ago