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

GetTexture() public méthode

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