spine_sequence_get_regions method

spine_array_texture_region spine_sequence_get_regions(
  1. spine_sequence self
)

The list of texture regions this sequence will display.

Implementation

spine_array_texture_region spine_sequence_get_regions(
  spine_sequence self,
) {
  return _spine_sequence_get_regions(
    self,
  );
}