public interface ActionCache
| Modifier and Type | Method and Description |
|---|---|
void |
cacheActionFrames(CharacterDescriptor descrip,
String action,
ActionFrames frames)
Requests that the specified set of action frames for the specified character be cached.
|
ActionFrames |
getActionFrames(CharacterDescriptor descrip,
String action)
Fetches from the cache a composited set of images for a particular character for a
particular action.
|
ActionFrames getActionFrames(CharacterDescriptor descrip, String action)
void cacheActionFrames(CharacterDescriptor descrip, String action, ActionFrames frames)
Copyright © 2015. All rights reserved.