enum abstract RotateMode(Int)
package spine
from Int to Int
import spine.PathConstraintData
Available with spine plugin
Controls how bones are rotated, translated, and scaled to match the path.
See Rotate mode in the Spine User Guide.
Variables
inlineread onlychainScale:RotateMode = 2
When chain scale, constrained bones should all have the same parent. That way when the path constraint scales a bone, it doesn't affect other constrained bones.