CEngineSharp_Client.Graphics.TextureManager.GameTextureManager.GetTexture C# (CSharp) Метод

GetTexture() публичный Метод

public GetTexture ( string textureName ) : Texture
textureName string
Результат SFML.Graphics.Texture
        public Texture GetTexture(string textureName)
        {
            return _textures[textureName];
        }