com.threerings.expr
Class Transform3DExpression.Constant
java.lang.Object
com.threerings.util.DeepObject
com.threerings.expr.ObjectExpression<Transform3D>
com.threerings.expr.Transform3DExpression
com.threerings.expr.Transform3DExpression.Constant
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- Transform3DExpression
public static class Transform3DExpression.Constant
- extends Transform3DExpression
A constant expression.
value
@Editable(step=0.01)
public Transform3D value
- The value of the constant.
Transform3DExpression.Constant
public Transform3DExpression.Constant()
createEvaluator
public ObjectExpression.Evaluator<Transform3D> createEvaluator(Scope scope)
- Description copied from class:
ObjectExpression
- Creates an expression evaluator for the supplied context.
- Specified by:
createEvaluator in class ObjectExpression<Transform3D>
Copyright © 2011. All Rights Reserved.