com.threerings.tudey.config
Class ActionConfig.SpawnTransformedActor

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

public static class ActionConfig.SpawnTransformedActor
extends ActionConfig.SpawnRotatedActor

Spawns a new actor that can have a translation and rotation.


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
 Vector2f translation
          The translation from the target for the new actor.
 
Fields inherited from class com.threerings.tudey.config.ActionConfig.SpawnRotatedActor
relative, rotation, rotationVariance
 
Fields inherited from class com.threerings.tudey.config.ActionConfig.SpawnActor
actor, location
 
Constructor Summary
ActionConfig.SpawnTransformedActor()
           
 
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.SpawnActor
getOriginal, getPreloads, invalidate
 
Methods inherited from class com.threerings.tudey.config.ActionConfig
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

translation

@Editable
@Strippable
public Vector2f translation
The translation from the target for the new actor.

Constructor Detail

ActionConfig.SpawnTransformedActor

public ActionConfig.SpawnTransformedActor()
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.SpawnRotatedActor


Copyright © 2011. All Rights Reserved.