spine_path_constraint_update method

void spine_path_constraint_update(
  1. spine_path_constraint self,
  2. spine_skeleton skeleton,
  3. 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,
  );
}