spine_path_constraint_copy method

spine_path_constraint spine_path_constraint_copy(
  1. spine_path_constraint self,
  2. spine_skeleton skeleton
)

Implementation

spine_path_constraint spine_path_constraint_copy(
  spine_path_constraint self,
  spine_skeleton skeleton,
) {
  return _spine_path_constraint_copy(
    self,
    skeleton,
  );
}