struct
MinMaxBounds
A min/max range, per 3D face (Left, Right, Top, Bottom, Front, and Back) offset.
Fields
| Back | The MinMax used to clamp the Back offset. |
| Bottom | The MinMax used to clamp the Bottom offset. |
| Front | The MinMax used to clamp the Front offset. |
| Left | The MinMax used to clamp the Left offset. |
| Right | The MinMax used to clamp the Right offset. |
| Top | The MinMax used to clamp the Top offset. |
| X | |
| XY | The MinMaxRect used to clamp the 2D edge offsets, Left, Right, Bottom, and Top. |
| Y | |
| Z |
Static Fields
| Positive | A MinMaxBounds where Min == |
| Unclamped | A MinMaxBounds where Min == |
Properties
| Item[int] | Access each MinMax2 by |
Constructors
| MinMaxBounds(MinMax, MinMax, MinMax, MinMax, MinMax, MinMax) | Constructs a new MinMaxBounds, specified per face. |
| MinMaxBounds(MinMax2, MinMax2, MinMax2) | Constructs a new MinMaxBounds, specified per axis. |