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

CircleSurface Class

Extends MonoBehaviour, ISurfacePatch
Used for interaction with circular surfaces.
Computes the closest world point on a coordinate plane defined by the X and Y axes of the transform, within a provided radius from the transform’s origin.

Properties

A transform for the surface.
A surface patch is defined as an portion of this underlying surface.

Protected Functions

virtual void Start ( )

Member Functions

Raycast to the surface with an optional maximum distance value.
Parameters
ray
The ray to cast
hit
The returned hit data
maxDistance
If greater than zero, maximum distance of raycast
Returns
true if surface was hit
Find nearest point to surface.
Parameters
ray
Point to check
hit
The returned hit data
maxDistance
If greater than zero, maximum distance of check
Returns
true if nearest point was found
void InjectAllCircleProximityField
( PlaneSurface planeSurface )
void InjectPlaneSurface
( PlaneSurface planeSurface )
void InjectOptionalRadius
( float radius )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon