getOrder method

int getOrder()

The ordinal of this constraint for the order a skeleton's constraints will be applied by Skeleton.updateWorldTransform.

Implementation

int getOrder() {
  return _bindings.spine_constraint_data_get_order(_data.cast());
}