index property

int get index

The index of the slot in Skeleton::getSlots().

Implementation

int get index {
  final result = SpineBindings.bindings.spine_slot_data_get_index(_ptr);
  return result;
}