appliedPose property
ArraySlot
get
appliedPose
The constrained draw order for rendering. If no constraints modify the draw order, this is the same as getPose(). Otherwise it is a copy of getPose() modified by constraints.
Implementation
ArraySlot get appliedPose {
final result = SpineBindings.bindings.spine_draw_order_get_applied_pose(_ptr);
return ArraySlot.fromPointer(result);
}