Loading...
Class in CharacterColorView
Inherits from System.Object
System.Object
Associates a named character with a colour to use in a CharacterColorView .
public class CharacterColorData
The name of a speaking character.
The text colour associated with this character.
Field in
public string? characterName;
public Color displayColor = Color.white;