Axiom.SceneManagers.PortalConnected.PCZSceneManager.DestroyShadowTextures C# (CSharp) Метод

DestroyShadowTextures() публичный Метод

public DestroyShadowTextures ( ) : void
Результат void
		public new void DestroyShadowTextures()
		{
			int count = shadowTextureCameras.Count;
			for ( int i = 0; i < count; ++i )
			{
				SceneNode node = shadowTextureCameras[ i ].ParentSceneNode;
				rootSceneNode.RemoveAndDestroyChild( node.Name );
			}
			base.DestroyShadowTextures();
		}