spine_slot_get_data method

spine_slot_data spine_slot_get_data(
  1. spine_slot self
)

The setup pose data. May be shared with multiple instances.

Implementation

spine_slot_data spine_slot_get_data(
  spine_slot self,
) {
  return _spine_slot_get_data(
    self,
  );
}