Bounds
Declaration
public readonly struct Bounds : ValueType, IEquatable<Bounds>Constructors
public Bounds(Vector2Int bottomLeft, int size)
Properties
| Name | Type | Summary |
|---|---|---|
| readonly BottomLeft | Vector2Int | - |
| readonly BottomRight | Vector2Int | - |
| readonly Center | Vector2Int | - |
| readonly TopLeft | Vector2Int | - |
| readonly TopRight | Vector2Int | - |
Fields
| Name | Type | Summary |
|---|---|---|
| Size | int | - |
Methods
| Name | Type | Summary |
|---|---|---|
| ContainsPoint | bool | - |
| DrawGizmos | void | - |
| Equals | bool | - |
| GetHashCode | int | - |
| Intersects | bool | - |
Relationships
implements: System.IEquatable