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