com.threerings.tudey.config
Class ActionConfig.RotateActor
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ActionConfig
com.threerings.tudey.config.ActionConfig.RotateActor
- All Implemented Interfaces:
- Exportable, Streamable, Copyable, Cloneable
- Enclosing class:
- ActionConfig
public static class ActionConfig.RotateActor
- extends ActionConfig
Rotates an actor.
| Nested classes/interfaces inherited from class com.threerings.tudey.config.ActionConfig |
ActionConfig.AbstractMove, ActionConfig.Case, ActionConfig.Compound, ActionConfig.Conditional, ActionConfig.Delayed, ActionConfig.DestroyActor, ActionConfig.EntryPortal, ActionConfig.ExpressionCase, ActionConfig.ExpressionSwitch, ActionConfig.FireEffect, ActionConfig.ForceClientAction, ActionConfig.MoveAll, ActionConfig.MoveBody, ActionConfig.Portal, ActionConfig.PreExecutable, ActionConfig.Random, ActionConfig.RotateActor, ActionConfig.SetFlag, ActionConfig.SetVariable, ActionConfig.Signal, ActionConfig.SpawnActor, ActionConfig.SpawnRandomTranslatedActor, ActionConfig.SpawnRotatedActor, ActionConfig.SpawnTransformedActor, ActionConfig.StepLimitMobile, ActionConfig.Switch, ActionConfig.TaggedPortal, ActionConfig.TargetedAction, ActionConfig.TilePortal, ActionConfig.WarpActor, ActionConfig.WarpTransformedActor, ActionConfig.WeightedAction |
target
@Editable
public TargetConfig target
- The actor to rotate.
rotation
@Editable(min=-180.0,
max=180.0,
scale=0.017453292519943295)
public FloatVariable rotation
- The rotation amount.
ActionConfig.RotateActor
public ActionConfig.RotateActor()
getLogicClassName
public String getLogicClassName()
- Description copied from class:
ActionConfig
- Returns the name of the server-side logic class for this action.
- Specified by:
getLogicClassName in class ActionConfig
invalidate
public void invalidate()
- Description copied from class:
ActionConfig
- Invalidates any cached data.
- Overrides:
invalidate in class ActionConfig