com.threerings.opengl.model.config
Class ScriptedConfig.TimeAction

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by 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.


Field Summary
 ActionConfig action
          The action to perform.
 float time
          The time at which to perform the action.
 
Constructor Summary
ScriptedConfig.TimeAction()
           
 
Method Summary
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

ScriptedConfig.TimeAction

public ScriptedConfig.TimeAction()


Copyright © 2011. All Rights Reserved.