BoundsClipper Class
Clips a <cref"PlaneSurface" />.
Each BoundsClipper represents a bounding box, similar to Unity’s BoxCollider.
bool GetLocalBounds ( Transform localTo,
out Bounds bounds )
Get the bounding box in the local space of a provided transform.
ParameterslocalToThe transform the bounds will be local to
boundsThe bounding box in local space of localTo
ReturnsTrue if clipping should be performed