Method Inflated
Inflated(Rect, Vector2)
Inflate a rect
Declaration
public static Rect Inflated(this Rect r, Vector2 delta)
Parameters
Type | Name | Description |
---|---|---|
Rect | r | |
Vector2 | delta | x and y are added/subtracted to/from the edges of the rect, inflating it in all directions |
Returns
Type | Description |
---|---|
Rect | The inflated rect |