spine_sequence_get_offsets method
Returns vertex offsets from the center of a RegionAttachment. Invalid to call for a MeshAttachment.
Implementation
spine_array_float spine_sequence_get_offsets(
spine_sequence self,
int index,
) {
return _spine_sequence_get_offsets(
self,
index,
);
}