The Character Library allows for characters to be defined, including information such as names, icons, and portrayal images/spritesets.
More...
Inherits ScriptableObject.
The Character Library allows for characters to be defined, including information such as names, icons, and portrayal images/spritesets.
◆ GetCharacterDefinition()
Gets the CharacterDefinition for the character with the specified name, if there is a matching character with that name in the library.
- Parameters
-
name | The name of the character to retrieve configuration information for. |
- Returns
- The CharacterDefinition for the specified character, if that character exists; otherwise this method returns null.
◆ characters
The List of Character Definitions containing information about each character which has been configured in the library.
◆ Characters
Gets or sets the List of characters in the character library.