コード例 #1
0
GraphicsLayer::~GraphicsLayer()
{
    removeAllAnimations();    

    removeAllChildren();
    removeFromParent();
}
コード例 #2
0
Animation3DCache::~Animation3DCache()
{
    removeAllAnimations();
}
コード例 #3
0
ファイル: BT_AnimationManager.cpp プロジェクト: DX94/BumpTop
AnimationManager::~AnimationManager()
{
	// Remove all the animations that are still kicking around
	removeAllAnimations();
}