CEngineSharp_Client.Graphics.TextureManager.GameTextureManager.GetTexture C# (CSharp) Method

GetTexture() public method

public GetTexture ( string textureName ) : Texture
textureName string
return SFML.Graphics.Texture
        public Texture GetTexture(string textureName)
        {
            return _textures[textureName];
        }