interface BoneTimeline
package spine
import spine.Animation
extended by RotateTimeline, ScaleTimeline, ScaleXTimeline, ScaleYTimeline, ShearTimeline, ShearXTimeline, ShearYTimeline, TranslateTimeline, TranslateXTimeline, TranslateYTimeline
Available with spine plugin
An interface for timelines which change the property of a bone.
Methods
getBoneIndex():Int
The index of the bone in {@link Skeleton#getBones()} that will be changed when this timeline is applied.