spine_physics_constraint_copy method

spine_physics_constraint spine_physics_constraint_copy(
  1. spine_physics_constraint self,
  2. spine_skeleton skeleton
)

Implementation

spine_physics_constraint spine_physics_constraint_copy(
  spine_physics_constraint self,
  spine_skeleton skeleton,
) {
  return _spine_physics_constraint_copy(
    self,
    skeleton,
  );
}