[]
Represents a rect that is independent from the orientation.
public struct UVRect
Public Structure UVRect
| Name | Description |
|---|---|
| UVRect(Orientation, Rect) | Initialize a new instance of UVRect. |
| Name | Description |
|---|---|
| LeadingPoint | Gets the leading UV point. |
| LeadingU | Gets the leading U offset. |
| LeadingV | Gets the leading V offset. |
| LenghtU | Gets the lenght in the U coordinates. |
| LenghtV | Gets the lenght in the V coordinates. |
| Orientation | Gets the orientation. |
| Rect | Gets the screen coordinates rect. |
| TrailingPoint | Gets the trailing UV point. |
| TrailingU | Gets the trailing U offset. |
| TrailingV | Gets the trailing V offset. |