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 2 months ago
Was this helpful?