spine_skeleton_update_cache method
Caches information about bones and constraints. Must be called if the active skin is modified or 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,
);
}