com.threerings.probs
Class FloatFunctionVariable.VariableMultipoint.Point
java.lang.Object
com.threerings.util.DeepObject
com.threerings.probs.FloatFunctionVariable.VariableMultipoint.Point
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- FloatFunctionVariable.VariableMultipoint
public static class FloatFunctionVariable.VariableMultipoint.Point
- extends DeepObject
- implements Exportable
A single point to blend between.
value
@Editable(min=-1d/0d,
max=-1d/0d,
step=-1d/0d,
scale=-1d/0d)
public FloatVariable value
- The value of the point.
offset
@Editable(min=0.0,
max=1.0,
step=0.01)
public FloatVariable offset
- The time offset of the point.
FloatFunctionVariable.VariableMultipoint.Point
public FloatFunctionVariable.VariableMultipoint.Point()
Copyright © 2011. All Rights Reserved.