characterNameContainer
Last updated
Was this helpful?
Field in LinePresenter
The game object that holds the characterNameText text field.
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 game object as characterNameText .
Last updated
Was this helpful?
Was this helpful?
