getIndex method

int getIndex()

The index of the bone in Skeleton.getBones.

Implementation

int getIndex() {
  return _bindings.spine_bone_data_get_index(_data);
}