| Package | Description |
|---|---|
| com.threerings.cast |
| Modifier and Type | Method and Description |
|---|---|
<T extends CharacterSprite> |
CharacterManager.getCharacter(CharacterDescriptor desc,
Class<T> charClass)
Returns a
CharacterSprite representing the character
described by the given CharacterDescriptor, or
null if an error occurs. |
| Modifier and Type | Method and Description |
|---|---|
CharacterSprite |
CharacterManager.getCharacter(CharacterDescriptor desc)
Returns a
CharacterSprite representing the character
described by the given CharacterDescriptor, or
null if an error occurs. |
| Modifier and Type | Method and Description |
|---|---|
void |
CharacterManager.setCharacterClass(Class<? extends CharacterSprite> charClass)
Instructs the character manager to construct instances of this
derived class of
CharacterSprite when creating new sprites. |
Copyright © 2015. All rights reserved.