Package com.jme3.vectoreffect
Class EaseVectorEffect
java.lang.Object
com.jme3.vectoreffect.AbstractVectorEffect
com.jme3.vectoreffect.EaseVectorEffect
- All Implemented Interfaces:
VectorEffect
-
Field Summary
Fields inherited from class com.jme3.vectoreffect.AbstractVectorEffect
isFinished, vectorsToModify -
Constructor Summary
ConstructorsConstructorDescriptionEaseVectorEffect(VectorGroup vectorToModify) EaseVectorEffect(VectorGroup vectorToModify, VectorGroup targetVector, float duration) EaseVectorEffect(VectorGroup vectorToModify, VectorGroup targetVector, float duration, float delay) EaseVectorEffect(VectorGroup vectorToModify, VectorGroup targetVector, float duration, EaseFunction easeFunction) EaseVectorEffect(VectorGroup vectorToModify, VectorGroup targetVector, float duration, EaseFunction easeFunction, float delay) -
Method Summary
Modifier and TypeMethodDescriptionvoidreset()voidsetDelayTime(float delay) voidsetEaseFunction(EaseFunction func) setEaseToValueOverDuration(float dur, VectorGroup targetVector) voidupdate(float tpf) Methods inherited from class com.jme3.vectoreffect.AbstractVectorEffect
getName, getVectorsToModify, isFinished, registerTo, runOnFinish, setIsFinished, setName
-
Constructor Details
-
EaseVectorEffect
-
EaseVectorEffect
-
EaseVectorEffect
public EaseVectorEffect(VectorGroup vectorToModify, VectorGroup targetVector, float duration, float delay) -
EaseVectorEffect
public EaseVectorEffect(VectorGroup vectorToModify, VectorGroup targetVector, float duration, EaseFunction easeFunction) -
EaseVectorEffect
public EaseVectorEffect(VectorGroup vectorToModify, VectorGroup targetVector, float duration, EaseFunction easeFunction, float delay)
-
-
Method Details
-
update
public void update(float tpf) - Specified by:
updatein interfaceVectorEffect- Overrides:
updatein classAbstractVectorEffect
-
setEaseToValueOverDuration
-
setDelayTime
public void setDelayTime(float delay) -
setEaseFunction
-
reset
public void reset()- Specified by:
resetin interfaceVectorEffect- Overrides:
resetin classAbstractVectorEffect
-