update2 method

void update2(
  1. MeshAttachment attachment
)

Implementation

void update2(MeshAttachment attachment) {
  SpineBindings.bindings.spine_sequence_update_2(_ptr, attachment.nativePtr.cast());
}