characterNameContainer
Last updated
Was this helpful?
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
Was this helpful?
Was this helpful?
