Back

Bounds

Properties

Vector3 Center

Vector3 Size

Vector3 Extents

Vector3 Start

Vector3 End

number Volume

Methods

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 )

number Distance ( Bounds bounds Vector3 point )

number SqrDistance ( Bounds bounds Vector3 point )

Events