spine_skeleton_get_physics_constraints method

Pointer<spine_physics_constraint> spine_skeleton_get_physics_constraints(
  1. spine_skeleton skeleton
)

Implementation

ffi.Pointer<spine_physics_constraint> spine_skeleton_get_physics_constraints(
  spine_skeleton skeleton,
) {
  return _spine_skeleton_get_physics_constraints(
    skeleton,
  );
}