Ejemplo n.º 1
0
GraphicsLayer::~GraphicsLayer()
{
    removeAllAnimations();    

    removeAllChildren();
    removeFromParent();
}
Ejemplo n.º 2
0
Animation3DCache::~Animation3DCache()
{
    removeAllAnimations();
}
Ejemplo n.º 3
0
AnimationManager::~AnimationManager()
{
	// Remove all the animations that are still kicking around
	removeAllAnimations();
}