ContactEndTouchEvent

data class ContactEndTouchEvent(val shapeA: Shape, val shapeB: Shape)

Event generated when two shapes stop touching.

Note: The shapes may have been destroyed. Use Shape.isValid to confirm validity before accessing shape data.

Parameters

shapeA

The first shape involved in the contact

shapeB

The second shape involved in the contact

Constructors

Link copied to clipboard
constructor(shapeA: Shape, shapeB: Shape)

Properties

Link copied to clipboard
Link copied to clipboard