com.threerings.tudey.config
Class ScriptConfig.SetSpeed
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ScriptConfig
com.threerings.tudey.config.ScriptConfig.SetSpeed
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ScriptConfig
public static class ScriptConfig.SetSpeed
- extends ScriptConfig
Sets the speed of the agent.
|
Field Summary |
float |
speed
The speed to set. |
speed
@Editable(step=0.1,
min=0.0)
public float speed
- The speed to set.
ScriptConfig.SetSpeed
public ScriptConfig.SetSpeed()
getLogicClassName
public String getLogicClassName()
- Description copied from class:
ScriptConfig
- Returns the name of the server-side logic class for this behavior.
- Specified by:
getLogicClassName in class ScriptConfig