CEngineSharp_Client.Graphics.MenuTextureManager.GetTextureName C# (CSharp) Méthode

GetTextureName() public méthode

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