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