Version: 2021.3
언어: 한국어

GlyphRectConstructor

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

파라미터

x The x position of the glyph in the atlas texture.
y The y position of the glyph in the atlas texture.
width The width of the glyph.
height The height of the glyph.
rect The Rect used to construct the new GlyphRect.

설명

Constructor for a new GlyphRect.