spine_skeleton_get_constraints method

spine_array_constraint spine_skeleton_get_constraints(
  1. spine_skeleton self
)

Implementation

spine_array_constraint spine_skeleton_get_constraints(
  spine_skeleton self,
) {
  return _spine_skeleton_get_constraints(
    self,
  );
}