com.threerings.opengl.model.config
Class ScriptedConfig.TimeAction
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.ScriptedConfig.TimeAction
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ScriptedConfig
public static class ScriptedConfig.TimeAction
- extends DeepObject
- implements Exportable
An action to perform after a specific time interval.
time
@Editable(min=0.0,
step=0.01)
public float time
- The time at which to perform the action.
action
@Editable
public ActionConfig action
- The action to perform.
ScriptedConfig.TimeAction
public ScriptedConfig.TimeAction()
Copyright © 2011. All Rights Reserved.