com.threerings.opengl.model
Class Animation.FrameExecutor
java.lang.Object
com.threerings.opengl.model.Animation.FrameExecutor
- Enclosing class:
- Animation
protected static class Animation.FrameExecutor
- extends Object
Contains an executor to activate at a specific frame.
|
Field Summary |
Executor |
executor
The action executor. |
float |
frame
The frame at which to execute the action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frame
public float frame
- The frame at which to execute the action.
executor
public Executor executor
- The action executor.
Animation.FrameExecutor
public Animation.FrameExecutor(float frame,
Executor executor)