com.threerings.opengl.model.config
Class AnimationConfig.TargetTransform
java.lang.Object
com.threerings.util.DeepObject
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.
targets
@Editable
public String[] targets
- The nodes to affect.
expression
@Editable
public Transform3DExpression expression
- The expression that determines the transform.
AnimationConfig.TargetTransform
public AnimationConfig.TargetTransform()
Copyright © 2011. All Rights Reserved.