Methods in com.jme.animation with parameters of type AnimationProperties |
void |
AnimationController.setActiveAnimation(java.lang.String name,
boolean blend,
float time,
AnimationProperties props)
|
void |
BoneAnimation.setAnimationProperties(AnimationProperties props)
|
void |
BoneTransform.setCurrentFrame(int frame,
Bone source,
Spatial destination,
float diffModifier,
AnimationProperties props)
|
void |
BoneTransform.setCurrentFrame(int frame,
float blend,
Bone source,
Spatial destination,
float diffModifier,
AnimationProperties props)
setCurrentFrame will set the current frame from the bone. |
void |
AnimationController.setProps(AnimationProperties props)
|