DrawOrderTimeline.fromPointer constructor

DrawOrderTimeline.fromPointer(
  1. Pointer<spine_draw_order_timeline_wrapper> _ptr
)

Implementation

DrawOrderTimeline.fromPointer(this._ptr)
    : super.fromPointer(SpineBindings.bindings.spine_draw_order_timeline_cast_to_timeline(_ptr));