|
EasyTalk API
|
The Character Library allows for characters to be defined, including information such as names, icons, and portrayal images/spritesets. More...
Public Member Functions | |
| CharacterDefinition | GetCharacterDefinition (string name) |
| Gets the CharacterDefinition for the character with the specified name, if there is a matching character with that name in the library. | |
Properties | |
| List< CharacterDefinition > | Characters [get, set] |
| Gets or sets the List of characters in the character library. | |
Private Attributes | |
| List< CharacterDefinition > | characters = new List<CharacterDefinition>() |
| The List of Character Definitions containing information about each character which has been configured in the library. | |
The Character Library allows for characters to be defined, including information such as names, icons, and portrayal images/spritesets.
| CharacterDefinition EasyTalk.Character.CharacterLibrary.GetCharacterDefinition | ( | string | name | ) |
Gets the CharacterDefinition for the character with the specified name, if there is a matching character with that name in the library.
| name | The name of the character to retrieve configuration information for. |
|
private |
The List of Character Definitions containing information about each character which has been configured in the library.
|
getset |
Gets or sets the List of characters in the character library.