Skip to content

format

typescript
Collision.GetContactPoint(index)

class: Collision

description

Get the contact point at the specified index when a collision occurs.

parameter

param_nametypedescription
indexnumberThe index value.

reture

typedescription
ContactPointThe contact point.

code example