Bounds New (
)
Bounds New (
Vector3 position
Vector3 size
)
Vector3 ClosestPoint (
Bounds bounds
Vector3 point
)
boolean Contains (
Bounds bounds
Vector3 point
)
Bounds Encapsulate (
Bounds bounds
Vector3 point
)
Bounds Expand (
Bounds bounds
number amount
)
boolean Intersects (
Bounds bounds
Bounds other
)
Bounds SetMinMax (
Bounds bounds
Vector3 min
Vector3 max
)