BoundsInt.ClampToBounds |
BoundsIntの位置とサイズを指定された範囲にクランプする。 |
BoundsInt.Compose |
BoundsIntを作成する。 |
BoundsInt.ComposeMinMax |
MinとMaxからBoundsIntを作成する。 |
BoundsInt.ComposeMinMaxVec |
MinとMaxのベクトルからBoundsIntを作成する。 |
BoundsInt.Contains |
BoundsIntに設定した位置が、バウンディングボックスに含まれているか判定する。 |
BoundsInt.Decompose |
BoundsIntを中心とサイズに分解する。 |
BoundsInt.DecomposeMinMax |
BoundsIntをMinとMaxに分解する。 |
BoundsInt.DecomposeMinMaxVec |
BoundsIntをMinとMaxに分解する。 |
BoundsInt.Equals |
2つのBoundsIntが等しい場合にtrueを返す。 |
BoundsInt.GetCenter |
矩形の中心座標 |
BoundsInt.GetMax |
BoundsIntの最大コーナーの位置を返す。 |
BoundsInt.GetMin |
BoundsIntの最小コーナーの位置を返す。 |
BoundsInt.GetPosition |
BoundsIntの位置を返す。 |
BoundsInt.GetSize |
BoundsIntのサイズを返す。 |
BoundsInt.GetX |
BoundsIntのX成分を返す。 |
BoundsInt.GetXMax |
BoundsIntのXMax成分を返す。 |
BoundsInt.GetXMin |
BoundsIntのXMin成分を返す。 |
BoundsInt.GetY |
BoundsIntのY成分を返す。 |
BoundsInt.GetYMax |
BoundsIntのYMax成分を返す。 |
BoundsInt.GetYMin |
BoundsIntのYMin成分を返す。 |
BoundsInt.GetZ |
BoundsIntのZ成分を返す。 |
BoundsInt.GetZMax |
BoundsIntのZMax成分を返す。 |
BoundsInt.GetZMin |
BoundsIntのZMin成分を返す。 |
BoundsInt.NotEquals |
2つのBoundsIntが等しくない場合にtrueを返す。 |
BoundsInt.SetMax |
BoundsIntの最大コーナーの位置を設定する。 |
BoundsInt.SetMin |
BoundsIntの最小コーナーの位置を設定する。 |
BoundsInt.SetPosition |
BoundsIntの位置を設定する。 |
BoundsInt.SetSize |
BoundsIntのサイズを設定する。 |
BoundsInt.SetX |
BoundsIntのX成分を設定する。 |
BoundsInt.SetXMax |
BoundsIntのXMax成分を設定する。 |
BoundsInt.SetXMin |
BoundsIntのXMin成分を設定する。 |
BoundsInt.SetY |
BoundsIntのY成分を設定する。 |
BoundsInt.SetYMax |
BoundsIntのYMax成分を設定する。 |
BoundsInt.SetYMin |
BoundsIntのYMin成分を設定する。 |
BoundsInt.SetZ |
BoundsIntのZ成分を設定する。 |
BoundsInt.SetZMax |
BoundsIntのZMax成分を設定する。 |
BoundsInt.SetZMin |
BoundsIntのZMin成分を設定する。 |
BoundsInt.ToString |
BoundsIntをフォーマットした文字列を返す。 |