validateLocalTransform method
If the world transform has been modified and the local transform no longer matches, updateLocalTransform() is called.
Implementation
void validateLocalTransform(Skeleton skeleton) {
SpineBindings.bindings.spine_bone_pose_validate_local_transform(_ptr, skeleton.nativePtr.cast());
}