characterNameContainer

Field in LineView

Summary

The gameobject that holds the characterNameText textfield.

public GameObject characterNameContainer = null;

Remarks

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?