com.threerings.expr
Class Transform3DExpression.Constant

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.expr.ObjectExpression<Transform3D>
          extended by com.threerings.expr.Transform3DExpression
              extended by com.threerings.expr.Transform3DExpression.Constant
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
Transform3DExpression

public static class Transform3DExpression.Constant
extends Transform3DExpression

A constant expression.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.expr.Transform3DExpression
Transform3DExpression.Constant, Transform3DExpression.NonUniform, Transform3DExpression.Reference, Transform3DExpression.TextureFrame, Transform3DExpression.Uniform
 
Nested classes/interfaces inherited from class com.threerings.expr.ObjectExpression
ObjectExpression.Evaluator<T>
 
Field Summary
 Transform3D value
          The value of the constant.
 
Constructor Summary
Transform3DExpression.Constant()
           
 
Method Summary
 ObjectExpression.Evaluator<Transform3D> createEvaluator(Scope scope)
          Creates an expression evaluator for the supplied context.
 
Methods inherited from class com.threerings.expr.ObjectExpression
invalidate
 
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

value

@Editable(step=0.01)
public Transform3D value
The value of the constant.

Constructor Detail

Transform3DExpression.Constant

public Transform3DExpression.Constant()
Method Detail

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.