GraphicsLayer::~GraphicsLayer() { removeAllAnimations(); removeAllChildren(); removeFromParent(); }
Animation3DCache::~Animation3DCache() { removeAllAnimations(); }
AnimationManager::~AnimationManager() { // Remove all the animations that are still kicking around removeAllAnimations(); }