API reference
API reference
Select your platform
No SDKs available
No versions available

UnionClippedPlaneSurface Class

Extends MonoBehaviour, IClippedSurface< IBoundsClipper >

Properties

List< IBoundsClipper > Clippers[Get]
ISurface BackingSurface[Get]
Transform Transform[Get]

Member Functions

IReadOnlyList< IBoundsClipper > GetClippers ( )
List< Bounds > GetLocalBounds ( )
bool ClosestSurfacePoint
( in Vector3 point,
out SurfaceHit hit,
float maxDistance )
bool Raycast
( in Ray ray,
out SurfaceHit hit,
float maxDistance )
void InjectAllClippedPlaneSurface
( PlaneSurface planeSurface,
IEnumerable< IBoundsClipper > clippers )
void InjectPlaneSurface
( PlaneSurface planeSurface )
void InjectClippers
( IEnumerable< IBoundsClipper > clippers )

Protected Functions

virtual void Awake ( )
virtual void Start ( )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon