pose property

ArraySlot get pose

The unconstrained draw order, set by animations and application code.

Implementation

ArraySlot get pose {
  final result = SpineBindings.bindings.spine_draw_order_get_pose(_ptr);
  return ArraySlot.fromPointer(result);
}