update method

void update(
  1. RegionAttachment attachment
)

Computes UVs and offsets for the specified attachment. Must be called if the regions or attachment properties are changed.

Implementation

void update(RegionAttachment attachment) {
  SpineBindings.bindings.spine_sequence_update_1(_ptr, attachment.nativePtr.cast());
}