spine_constraint_update method

void spine_constraint_update(
  1. spine_constraint self,
  2. spine_skeleton skeleton,
  3. int physics
)

Inherited from Update

Implementation

void spine_constraint_update(
  spine_constraint self,
  spine_skeleton skeleton,
  int physics,
) {
  return _spine_constraint_update(
    self,
    skeleton,
    physics,
  );
}