com.threerings.tudey.config
Class ScriptConfig.Rotate
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ScriptConfig
com.threerings.tudey.config.ScriptConfig.Rotate
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ScriptConfig
public static class ScriptConfig.Rotate
- extends ScriptConfig
Rotates to a target orientation.
direction
@Editable(min=0.0,
max=360.0,
scale=0.017453292519943295,
hgroup="d")
public float direction
- The target rotation.
rotationVariance
@Editable(min=0.0,
max=360.0,
scale=0.017453292519943295,
hgroup="d")
public float rotationVariance
- The rotation variance.
relative
@Editable
public boolean relative
- If the rotation is relative.
ScriptConfig.Rotate
public ScriptConfig.Rotate()
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
Copyright © 2011. All Rights Reserved.