| Package | Description |
|---|---|
| com.threerings.cast | |
| com.threerings.cast.bundle |
| Modifier and Type | Method and Description |
|---|---|
ActionSequence |
CharacterManager.getActionSequence(String action)
Returns the action sequence instance with the specified name or
null if no such sequence exists.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ActionSequence> |
ComponentRepository.enumerateActionSequences()
Iterates over the
ActionSequence instances representing every available action
sequence. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ActionSequence> |
BundledComponentRepository.enumerateActionSequences() |
| Constructor and Description |
|---|
TileSetFrameImage(TileSet set,
ActionSequence actseq)
Constructs a tileset frame image with the specified tileset and for the specified
orientation.
|
TileSetFrameImage(TileSet set,
ActionSequence actseq,
int dx,
int dy)
Constructs a tileset frame image with the specified tileset and for the specified
orientation, with an optional translation.
|
Copyright © 2015. All rights reserved.