QuickFont.JTexture.JTexture C# (CSharp) Метод

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

public JTexture ( ) : System
Результат System
        public JTexture()
        {
            _h = _w = 0;
            _GLTexID = -1;
            _useAlpha = false;
            _hasAlpha = false;
        }

Same methods

JTexture::JTexture ( JBitmap jbitmap, bool alpha ) : System
JTexture::JTexture ( JBitmap jbitmap, bool alpha, bool padToPowerOfTwo ) : System
JTexture::JTexture ( JTexture parent, float topLeftX, float topLeftY, float width, float height, bool alpha ) : System
JTexture::JTexture ( String fileName, bool alpha ) : System
JTexture::JTexture ( String fileName, bool alpha, bool padToPowerOfTwo ) : System
JTexture::JTexture ( int GLTex, float width, float height, bool alpha ) : System