copy method

PhysicsConstraint copy(
  1. Skeleton skeleton
)

Implementation

PhysicsConstraint copy(Skeleton skeleton) {
  final result = SpineBindings.bindings.spine_physics_constraint_copy(_ptr, skeleton.nativePtr.cast());
  return PhysicsConstraint.fromPointer(result);
}