spine_sequence_get_offsets method

spine_array_float spine_sequence_get_offsets(
  1. spine_sequence self,
  2. int index
)

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,
  );
}