Class ShapeColliderTOI

The intersection between a ray and a collider.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

collider: Collider

The handle of the collider hit by the ray.

normal1: Vector

The local-space normal on the first shape, at the time of impact.

normal2: Vector

The local-space normal on the second shape, at the time of impact.

toi: number

The time of impact of the two shapes.

witness1: Vector

The local-space contact point on the first shape, at the time of impact.

witness2: Vector

The local-space contact point on the second shape, at the time of impact.

Methods

Generated using TypeDoc