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.