spine_path_constraint_update method
void
spine_path_constraint_update(
- spine_path_constraint self,
- spine_skeleton skeleton,
- int physics
Applies the constraint to the constrained bones.
Implementation
void spine_path_constraint_update(
spine_path_constraint self,
spine_skeleton skeleton,
int physics,
) {
return _spine_path_constraint_update(
self,
skeleton,
physics,
);
}