Beamable SDK
|
Public Member Functions | |
Quad2D (Vector2 bl, Vector2 br, Vector2 tl, Vector2 tr) | |
Static Public Member Functions | |
static Quad2D | MinMaxQuad (float xMin, float yMin, float xMax, float yMax) |
static implicit | operator Quad2D (Rect rect) |
Public Attributes | |
Vector2 | bottomLeft |
Vector2 | bottomRight |
Vector2 | topLeft |
Vector2 | topRight |