GlyphRectConstructor

매뉴얼로 전환
public GlyphRect (int x, int y, int width, int height);
public GlyphRect (Rect rect);

파라미터

xThe x position of the glyph in the atlas texture.
yThe y position of the glyph in the atlas texture.
widthThe width of the glyph.
heightThe height of the glyph.
rectThe Rect used to construct the new GlyphRect.

설명

Constructor for a new GlyphRect.


Did you find this page useful? Please give it a rating: