com.threerings.opengl.model.config
Class AnimationConfig.TargetTransform

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.model.config.AnimationConfig.TargetTransform
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
AnimationConfig

public static class AnimationConfig.TargetTransform
extends DeepObject
implements Exportable

Controls the transform of one or more nodes.


Field Summary
 Transform3DExpression expression
          The expression that determines the transform.
 String[] targets
          The nodes to affect.
 
Constructor Summary
AnimationConfig.TargetTransform()
           
 
Method Summary
 
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

targets

@Editable
public String[] targets
The nodes to affect.


expression

@Editable
public Transform3DExpression expression
The expression that determines the transform.

Constructor Detail

AnimationConfig.TargetTransform

public AnimationConfig.TargetTransform()


Copyright © 2011. All Rights Reserved.