spine_skeleton_find_path_constraint method
spine_path_constraint
spine_skeleton_find_path_constraint(
- spine_skeleton skeleton,
- 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,
);
}