Bounds.ClosestPoint |
指定した位置に近接しているバウンディングボックス上の位置を返す。 |
Bounds.Compose |
Boundsを作成する。 |
Bounds.ComposeMinMax |
MinとMaxからBoundsを作成する。 |
Bounds.ComposeMinMaxVec |
MinとMaxからBoundsを作成する。 |
Bounds.Contains |
指定した位置が、バウンディングボックスに含まれているか判定する。 |
Bounds.Decompose |
Boundsを中心とサイズに分解する。 |
Bounds.DecomposeMinMax |
BoundsをMinとMaxに分解する。 |
Bounds.DecomposeMinMaxVec |
BoundsをMinとMaxに分解する。 |
Bounds.EncapsulateBounds |
位置やバウンズを含むように、拡大・縮小する。 |
Bounds.EncapsulateVector3 |
設定した位置を含むように拡大する。 |
Bounds.Equals |
2つのBoundsが等しい場合にtrueを返す。 |
Bounds.ExpandFloat |
設定した amount によってサイズを大きくする。 |
Bounds.ExpandVector3 |
設定した amount によってサイズを大きくする。 |
Bounds.GetCenter |
Boundsの中心座標を返す。 |
Bounds.GetExtents |
Boundsの範囲を返す。 |
Bounds.GetMax |
Boundsの最大コーナーの位置を返す。 |
Bounds.GetMin |
Boundsの最小コーナーの位置を返す。 |
Bounds.GetSize |
Boundsのサイズを返す。 |
Bounds.Intersects |
バウンディングボックス同士の交差を判定する。 |
Bounds.NotEquals |
2つのBoundsが等しくない場合にtrueを返す。 |
Bounds.SetCenter |
Boundsの中心座標を設定する。 |
Bounds.SetExtents |
Boundsの範囲を設定する。 |
Bounds.SetMax |
Boundsの最大コーナーの位置を設定する。 |
Bounds.SetMin |
Boundsの最小コーナーの位置を設定する。 |
Bounds.SetSize |
Boundsのサイズを設定する。 |
Bounds.SqrDistance |
設定したポイントとの最小距離の 2 乗されたものを返す。 |
Bounds.ToString |
Boundsをフォーマットした文字列を返す。 |