Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICollisionEvent

The definition of the collision event.

Hierarchy

  • ICollisionEvent

Index

Properties

Readonly contacts

contacts: IContactEquation[]

Information about all points of impact in a collision event.

Readonly impl

impl: any

Gets the lowLevel object, through which all the exposed properties can be accessed.

Readonly otherCollider

otherCollider: Collider

Another collider in collision.

Readonly selfCollider

selfCollider: Collider

The collider component instance of the event owner.

Readonly type

The type of collision event.

Generated using TypeDoc