Represents a block of four UV coordinates. Commonly shared globally.
Package Functions | |
UVBlock () | |
UVBlock (UVBlock copy) | |
UVBlock (float minX, float maxX, float minY, float maxY) | |
void | Write (Vector2[] buffer, int index) |
Writes out this block of UV's to the given buffer. More... | |
Package Attributes | |
float | MinX |
The min UV x coordinate. More... | |
float | MinY |
The min UV y coordinate. More... | |
float | MaxX |
The max UV x coordinate. More... | |
float | MaxY |
The max UV y coordinate. More... | |
Properties | |
virtual bool | Shared [get] |
True if this UV block is a globally shared one. More... | |
|
inlinepackage |
|
inlinepackage |
|
inlinepackage |
|
inlinepackage |
Writes out this block of UV's to the given buffer.
|
package |
The max UV x coordinate.
|
package |
The max UV y coordinate.
|
package |
The min UV x coordinate.
|
package |
The min UV y coordinate.
|
get |
True if this UV block is a globally shared one.