Axiom.Samples.DynamicTexture.DynamicTexture.CleanupContent C# (CSharp) 메소드

CleanupContent() 보호된 메소드

protected CleanupContent ( ) : void
리턴 void
		protected override void CleanupContent()
		{
			TextureManager.Instance.Remove( "thaw" );
            ParticleSystemManager.Instance.RemoveSystem( "Snow" );
		}
	}