Uses of Enum Class
com.jme3.bullet.animation.KinematicSubmode
Packages that use KinematicSubmode
Package
Description
A dynamic animation control and some associated classes.
-
Uses of KinematicSubmode in com.jme3.bullet.animation
Methods in com.jme3.bullet.animation that return KinematicSubmodeModifier and TypeMethodDescriptionstatic KinematicSubmodeReturns the enum constant of this class with the specified name.static KinematicSubmode[]KinematicSubmode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jme3.bullet.animation with parameters of type KinematicSubmodeModifier and TypeMethodDescriptionvoidBoneLink.blendToKinematicMode(KinematicSubmode submode, float blendInterval) Begin blending this link to a purely kinematic mode.voidTorsoLink.blendToKinematicMode(KinematicSubmode submode, float blendInterval, com.jme3.math.Transform endModelTransform) Begin blending this link to a purely kinematic mode.