Package com.jme3.anim.tween.action
Class LinearBlendSpace
java.lang.Object
com.jme3.anim.tween.action.LinearBlendSpace
- All Implemented Interfaces:
BlendSpace
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
void
setBlendAction
(BlendAction action) void
setValue
(float value)
-
Constructor Details
-
LinearBlendSpace
public LinearBlendSpace(float minValue, float maxValue)
-
-
Method Details
-
setBlendAction
- Specified by:
setBlendAction
in interfaceBlendSpace
-
getWeight
public float getWeight()- Specified by:
getWeight
in interfaceBlendSpace
-
setValue
public void setValue(float value) - Specified by:
setValue
in interfaceBlendSpace
-