com.threerings.tudey.config
Class ActionConfig.WarpTransformedActor

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ActionConfig
          extended by com.threerings.tudey.config.ActionConfig.WarpActor
              extended by com.threerings.tudey.config.ActionConfig.WarpTransformedActor
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Enclosing class:
ActionConfig

@Strippable
public static class ActionConfig.WarpTransformedActor
extends ActionConfig.WarpActor

Warps an actor from on place to another transformed location.


Nested Class Summary
 
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.SetFlag, ActionConfig.SetVariable, ActionConfig.Signal, ActionConfig.SpawnActor, ActionConfig.SpawnRandomTranslatedActor, ActionConfig.SpawnRotatedActor, ActionConfig.SpawnTransformedActor, ActionConfig.StepLimitMobile, ActionConfig.Switch, ActionConfig.TaggedPortal, ActionConfig.TilePortal, ActionConfig.WarpActor, ActionConfig.WarpTransformedActor, ActionConfig.WeightedAction
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 boolean rotatedTranslation
          If the transform should be relative to the target.
 float rotation
          The fixed rotation for the new actor.
 Vector2f translation
          The translation from the target for the new actor.
 
Fields inherited from class com.threerings.tudey.config.ActionConfig.WarpActor
location, target
 
Constructor Summary
ActionConfig.WarpTransformedActor()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this action.
 
Methods inherited from class com.threerings.tudey.config.ActionConfig.WarpActor
invalidate
 
Methods inherited from class com.threerings.tudey.config.ActionConfig
getPreloads, getSubActions
 
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

rotation

@Editable(min=-180.0,
          max=180.0,
          scale=0.017453292519943295,
          hgroup="t")
public float rotation
The fixed rotation for the new actor.


translation

@Editable(hgroup="t")
public Vector2f translation
The translation from the target for the new actor.


rotatedTranslation

@Editable(hgroup="r")
public boolean rotatedTranslation
If the transform should be relative to the target.

Constructor Detail

ActionConfig.WarpTransformedActor

public ActionConfig.WarpTransformedActor()
Method Detail

getLogicClassName

public String getLogicClassName()
Description copied from class: ActionConfig
Returns the name of the server-side logic class for this action.

Overrides:
getLogicClassName in class ActionConfig.WarpActor


Copyright © 2011. All Rights Reserved.