Version: 2022.3

GlyphRectConstructor

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

参数

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

描述

新 GlyphRect 的构造函数。