public interface FrameProvider
| Modifier and Type | Method and Description |
|---|---|
String |
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 |
getFrames(CharacterComponent component,
String action,
String type)
Returns the animation frames (in the eight sprite directions) for
the specified action of the specified component.
|
ActionFrames getFrames(CharacterComponent component, String action, String type)
String getFramePath(CharacterComponent component, String action, String type, Set<String> existentPaths)
existentPaths - the set of all paths for which there are valid frames.Copyright © 2015. All rights reserved.