public class BlendAction extends BlendableAction
collectTransformDelegate
Constructor and Description |
---|
BlendAction(BlendSpace blendSpace,
BlendableAction... actions) |
Modifier and Type | Method and Description |
---|---|
void |
collectTransform(HasLocalTransform target,
Transform t,
float weight,
BlendableAction source) |
void |
doInterpolate(double t) |
protected Action[] |
getActions() |
BlendSpace |
getBlendSpace() |
java.util.Collection<HasLocalTransform> |
getTargets() |
protected void |
setFirstActiveIndex(int index) |
protected void |
setSecondActiveIndex(int index) |
cloneFields, getTransitionLength, getTransitionWeight, getWeight, interpolate, jmeClone, setCollectTransformDelegate, setTransitionLength, setWeight
public BlendAction(BlendSpace blendSpace, BlendableAction... actions)
public void doInterpolate(double t)
doInterpolate
in class BlendableAction
protected Action[] getActions()
public BlendSpace getBlendSpace()
protected void setFirstActiveIndex(int index)
protected void setSecondActiveIndex(int index)
public java.util.Collection<HasLocalTransform> getTargets()
getTargets
in class BlendableAction
public void collectTransform(HasLocalTransform target, Transform t, float weight, BlendableAction source)
collectTransform
in class BlendableAction