| Package | Description |
|---|---|
| com.threerings.cast | |
| com.threerings.cast.bundle |
| Modifier and Type | Field and Description |
|---|---|
CharacterComponent |
CompositedActionFrames.ComponentFrames.ccomp |
| Modifier and Type | Method and Description |
|---|---|
CharacterComponent |
ComponentRepository.getComponent(int componentId)
Returns the
CharacterComponent object for the given component identifier. |
CharacterComponent |
ComponentRepository.getComponent(String className,
String compName)
Returns the
CharacterComponent object with the given component class and name. |
| Modifier and Type | Method and Description |
|---|---|
String |
FrameProvider.getFramePath(CharacterComponent component,
String action,
String type,
Set<String> existentPaths)
Returns the file path of the animation frames (in the eight sprite directions) for the
specified action of the specified component.
|
ActionFrames |
FrameProvider.getFrames(CharacterComponent component,
String action,
String type)
Returns the animation frames (in the eight sprite directions) for
the specified action of the specified component.
|
| Constructor and Description |
|---|
ComponentFrames(CharacterComponent ccomp,
ActionFrames frames) |
| Modifier and Type | Method and Description |
|---|---|
CharacterComponent |
BundledComponentRepository.getComponent(int componentId) |
CharacterComponent |
BundledComponentRepository.getComponent(String className,
String compName) |
Copyright © 2015. All rights reserved.