spine_sequence_update_1 method
Computes UVs and offsets for the specified attachment. Must be called if the regions or attachment properties are changed.
Implementation
void spine_sequence_update_1(
spine_sequence self,
spine_region_attachment attachment,
) {
return _spine_sequence_update_1(
self,
attachment,
);
}