Axiom.Core.TextureManager.this C# (CSharp) Method

this() public method

Returns an instance of Texture that has the supplied name.
public this ( string name ) : Axiom.Core.Texture
name string
return Axiom.Core.Texture
		public new Texture this[ string name ]
		{
			get
			{
				return (Texture)base[ name ];
			}
		}