|
QuadUI 1.2.9 public beta
Run-time API for QuadUI
|
Public Member Functions | |
| Dimension2D (float w, float h) | |
Static Public Member Functions | |
| static implicit | operator Dimension2D (Vector2 vec2) |
| static implicit | operator Vector2 (Dimension2D d2d) |
Public Attributes | |
| float | width |
| float | height |
This is a 2 dimenstional struct which is used for describing the width and height of a quad. Implicitly casts to a Vector2.
Note: These structs are handled in the background of the framework and you will likely never have to use them at high-level.
| Dimension2D.Dimension2D | ( | float | w, |
| float | h | ||
| ) |
| static implicit Dimension2D.operator Dimension2D | ( | Vector2 | vec2 | ) | [static] |
| static implicit Dimension2D.operator Vector2 | ( | Dimension2D | d2d | ) | [static] |
| float Dimension2D.height |
| float Dimension2D.width |