BoundsInt.ClampToBounds |
Clamps the position and size of the BoundsInt to the given bounds. |
BoundsInt.Compose |
Compose BoundsInt. |
BoundsInt.ComposeMinMax |
Create BoundsInt from Min and Max. |
BoundsInt.ComposeMinMaxVec |
Create BoundsInt from Min and Max vector. |
BoundsInt.Contains |
Is point contained in the bounding box? |
BoundsInt.Decompose |
Decompose BoundsInt to size and size. |
BoundsInt.DecomposeMinMax |
Decompose BoundsInt into Min and Max. |
BoundsInt.DecomposeMinMaxVec |
Decompose BoundsInt into Min and Max. |
BoundsInt.Equals |
Returns true if the BoundsInt are the same. |
BoundsInt.GetCenter |
The position of the center of the rectangle. |
BoundsInt.GetMax |
Returns the position of the maximum corner of the BoundsInt. |
BoundsInt.GetMin |
Returns the position of the minimum corner of the BoundsInt. |
BoundsInt.GetPosition |
Returns the position of the BoundsInt. |
BoundsInt.GetSize |
Returns the size of the BoundsInt. |
BoundsInt.GetX |
Returns the X component of the BoundsInt. |
BoundsInt.GetXMax |
Returns the XMax component of the BoundsInt. |
BoundsInt.GetXMin |
Returns the XMin component of the BoundsInt. |
BoundsInt.GetY |
Returns the Y component of the BoundsInt. |
BoundsInt.GetYMax |
Returns the YMax component of the BoundsInt. |
BoundsInt.GetYMin |
Returns the YMin component of the BoundsInt. |
BoundsInt.GetZ |
Returns the Z component of the BoundsInt. |
BoundsInt.GetZMax |
Returns the ZMax component of the BoundsInt. |
BoundsInt.GetZMin |
Returns the ZMin component of the BoundsInt. |
BoundsInt.NotEquals |
Returns true if the BoundsInt are not the same. |
BoundsInt.SetMax |
Sets the position of the maximum corner of the BoundsInt. |
BoundsInt.SetMin |
Sets the position of the minimum corner of the BoundsInt. |
BoundsInt.SetPosition |
Sets the position of the BoundsInt. |
BoundsInt.SetSize |
Sets the size of the BoundsInt. |
BoundsInt.SetX |
Sets the X component of the BoundsInt. |
BoundsInt.SetXMax |
Sets the XMax component of the BoundsInt. |
BoundsInt.SetXMin |
Sets the XMin component of the BoundsInt. |
BoundsInt.SetY |
Sets the Y component of the BoundsInt. |
BoundsInt.SetYMax |
Sets the YMax component of the BoundsInt. |
BoundsInt.SetYMin |
Sets the YMin component of the BoundsInt. |
BoundsInt.SetZ |
Sets the Z component of the BoundsInt. |
BoundsInt.SetZMax |
Sets the ZMax component of the BoundsInt. |
BoundsInt.SetZMin |
Sets the ZMin component of the BoundsInt. |
BoundsInt.ToString |
Returns a formatted string of BoundsInt. |