|
static Vector2 | Extents (this Rect rect) |
|
static Rect | WithX (this Rect rect, float x) |
|
static Rect | WithY (this Rect rect, float y) |
|
static Rect | WithXMin (this Rect rect, float xMin) |
|
static Rect | WithXMax (this Rect rect, float xMax) |
|
static Rect | WithXMinMax (this Rect rect, float xMin, float xMax) |
|
static Rect | WithYMin (this Rect rect, float yMin) |
|
static Rect | WithYMax (this Rect rect, float yMax) |
|
static Rect | WithYMinMax (this Rect rect, float yMin, float yMax) |
|
static Rect | WithWidth (this Rect rect, float width) |
|
static Rect | WithHeight (this Rect rect, float height) |
|
static Rect | WithPosition (this Rect rect, Vector2 pos) |
|
static Rect | WithPosition (this Rect rect, float x, float y) |
|
static Rect | WithSize (this Rect rect, Vector2 size) |
|
static Rect | WithSize (this Rect rect, float width, float height) |
|
static Rect | WithCenter (this Rect rect, Vector2 center) |
|
static Rect | WithCenter (this Rect rect, float x, float y) |
|
static Rect | WithCenterX (this Rect rect, float x) |
|
static Rect | WithCenterY (this Rect rect, float y) |
|
static Rect | ExpandHorizontal (this Rect rect, float horizontal) |
|
static Rect | ExpandHorizontal (this Rect rect, float left, float right) |
|
static Rect | ExpandVertical (this Rect rect, float vertical) |
|
static Rect | ExpandVertical (this Rect rect, float top, float bottom) |
|
static Rect | Expand (this Rect rect, float amount) |
|
static Rect | Expand (this Rect rect, float horizontal, float vertical) |
|
static Rect | Expand (this Rect rect, float left, float right, float top, float bottom) |
|
static Rect | HorizontalPadding (this Rect rect, float amount) |
|
static Rect | HorizontalPadding (this Rect rect, float left, float right) |
|
static Rect | VerticalPadding (this Rect rect, float amount) |
|
static Rect | VerticalPadding (this Rect rect, float top, float bottom) |
|
static Rect | Padding (this Rect rect, float horizontal, float vertical) |
|
static Rect | Padding (this Rect rect, float amount) |
|
static Rect | Offset (this Rect rect, Vector2 offset) |
|
static Rect | Offset (this Rect rect, float x, float y) |
|
static Rect | OffsetX (this Rect rect, float x) |
|
static Rect | OffsetY (this Rect rect, float y) |
|
static Rect | ExpandTo (this Rect rect, Rect other) |
|
static Rect | ExpandTo (this Rect rect, Vector2 pos) |
|
static Rect | PositiveSize (this Rect rect) |
| Returns a rect where size is always positive More...
|
|
static bool | Contains (this Rect rect, Rect other) |
|