GlyphRectConstructor

切换到手册
public GlyphRect (int x, int y, int width, int height);
public GlyphRect (Rect rect);

参数

x字形在图集纹理中的 x 位置。
y字形在图集纹理中的 y 位置。
width字形的宽度。
height字形的高度。
rect用于构造新 GlyphRect 的矩形。

描述

新 GlyphRect 的构造函数。