CEngineSharp_Client.Graphics.MenuTextureManager.GetTextureName C# (CSharp) Method

GetTextureName() public method

public GetTextureName ( Texture texture ) : string
texture SFML.Graphics.Texture
return string
        public string GetTextureName(Texture texture)
        {
            throw new NotImplementedException();
        }