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];
        }