copy method

PathConstraint copy(
  1. Skeleton skeleton
)

Implementation

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