Field in LineView
The gameobject that holds the characterNameText textfield.
public GameObject characterNameContainer = null;
This is needed in situations where the character name is contained within an entirely different game object. Most of the time this will just be the same gameobject as characterNameText .
Last updated 1 year ago
Was this helpful?