Nebula
|
This is the complete list of members for Mathf.Rectangle, including all inherited members.
Bottom | Mathf.Rectangle | |
Center | Mathf.Rectangle | |
Contains(int x, int y) | Mathf.Rectangle | inline |
Contains(float x, float y) | Mathf.Rectangle | inline |
Contains(Point value) | Mathf.Rectangle | inline |
Contains(ref Point value, out bool result) | Mathf.Rectangle | inline |
Contains(Vector2 value) | Mathf.Rectangle | inline |
Contains(ref Vector2 value, out bool result) | Mathf.Rectangle | inline |
Contains(Rectangle value) | Mathf.Rectangle | inline |
Contains(ref Rectangle value, out bool result) | Mathf.Rectangle | inline |
DebugDisplayString | Mathf.Rectangle | package |
Deconstruct(out int x, out int y, out int width, out int height) | Mathf.Rectangle | inline |
Empty | Mathf.Rectangle | static |
emptyRectangle | Mathf.Rectangle | privatestatic |
Equals(object obj) | Mathf.Rectangle | inline |
Equals(Rectangle other) | Mathf.Rectangle | inline |
GetHashCode() | Mathf.Rectangle | inline |
Height | Mathf.Rectangle | |
Inflate(int horizontalAmount, int verticalAmount) | Mathf.Rectangle | inline |
Inflate(float horizontalAmount, float verticalAmount) | Mathf.Rectangle | inline |
Intersect(Rectangle value1, Rectangle value2) | Mathf.Rectangle | inlinestatic |
Intersect(ref Rectangle value1, ref Rectangle value2, out Rectangle result) | Mathf.Rectangle | inlinestatic |
Intersects(Rectangle value) | Mathf.Rectangle | inline |
Intersects(ref Rectangle value, out bool result) | Mathf.Rectangle | inline |
IsEmpty | Mathf.Rectangle | |
Left | Mathf.Rectangle | |
Location | Mathf.Rectangle | |
Offset(int offsetX, int offsetY) | Mathf.Rectangle | inline |
Offset(float offsetX, float offsetY) | Mathf.Rectangle | inline |
Offset(Point amount) | Mathf.Rectangle | inline |
Offset(Vector2 amount) | Mathf.Rectangle | inline |
operator!=(Rectangle a, Rectangle b) | Mathf.Rectangle | inlinestatic |
operator==(Rectangle a, Rectangle b) | Mathf.Rectangle | inlinestatic |
Rectangle(int x, int y, int width, int height) | Mathf.Rectangle | inline |
Rectangle(Point location, Point size) | Mathf.Rectangle | inline |
Right | Mathf.Rectangle | |
Size | Mathf.Rectangle | |
Top | Mathf.Rectangle | |
ToString() | Mathf.Rectangle | inline |
Union(Rectangle value1, Rectangle value2) | Mathf.Rectangle | inlinestatic |
Union(ref Rectangle value1, ref Rectangle value2, out Rectangle result) | Mathf.Rectangle | inlinestatic |
Width | Mathf.Rectangle | |
X | Mathf.Rectangle | |
Y | Mathf.Rectangle |