Property | Type | Description | |
---|---|---|---|
lowerLeftUV | Vector2 | ||
uvDimensions | Vector2 | ||
zero | UIUVRect, |
Method | Description | |
---|---|---|
UIUVRect ( int x, int y, int width, int height, Vector2 textureSize ) : System |
Automatically converts coordinates to UV space as specified by textureSize
|
public UIUVRect ( int x, int y, int width, int height, Vector2 textureSize ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
textureSize | Vector2 | |
return | System |