spine_skeleton_find_path_constraint method

spine_path_constraint spine_skeleton_find_path_constraint(
  1. spine_skeleton skeleton,
  2. Pointer<utf8> constraintName
)

Implementation

spine_path_constraint spine_skeleton_find_path_constraint(
  spine_skeleton skeleton,
  ffi.Pointer<utf8> constraintName,
) {
  return _spine_skeleton_find_path_constraint(
    skeleton,
    constraintName,
  );
}