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

CleanupContent() 보호된 메소드

protected CleanupContent ( ) : void
리턴 void
		protected override void CleanupContent()
		{
			if ( chara != null )
				chara = null;

			MeshManager.Instance.Remove( "floor" );
		}
	}