Class PointColliderProjection

The projection of a point on a collider (includes the collider handle).

Hierarchy

  • PointColliderProjection

Constructors

Properties

Methods

Constructors

Properties

collider: Collider

The collider hit by the ray.

featureId: number

The id of the geometric feature the point was projected on.

featureType: FeatureType

The type of the geometric feature the point was projected on.

isInside: boolean

Is the point inside of the collider?

point: Vector

The projection of the point on the collider.

Methods

Generated using TypeDoc