spine_skeleton_update_cache method

void spine_skeleton_update_cache(
  1. spine_skeleton self
)

Caches information about bones and constraints. Must be called if bones, constraints or weighted path attachments are added or removed.

Implementation

void spine_skeleton_update_cache(
  spine_skeleton self,
) {
  return _spine_skeleton_update_cache(
    self,
  );
}