pose property
BonePose
get
pose
The unconstrained pose for this object, set by animations and application code.
Implementation
BonePose get pose {
final result = SpineBindings.bindings.spine_bone_get_pose(_ptr);
return BonePose.fromPointer(result);
}