ClippedPlaneSurface Class
Clips a plane to create an interactable surface.
If there are no clippers assigned, the surface area remains infinite.
bool ClipBounds ( in Bounds bounds,
out Bounds clipped )
Clip a provided Bounds using IBoundsClippers.
ParametersboundsThe bounding box to clip
clippedThe clipped result
ReturnsTrue if resulting bounds are valid, false if resulting bounds are fully clipped.
bool ClosestSurfacePoint ( in Vector3 point,
float maxDistance )
bool Raycast ( in Ray ray,
float maxDistance )
void InjectAllClippedPlaneSurface