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