SensorEndTouchEvent

data class SensorEndTouchEvent(val sensorShape: Shape, val visitorShape: Shape)

Event generated when a shape stops overlapping a sensor.

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

Parameters

sensorShape

The sensor shape (may be destroyed)

visitorShape

The shape that left the sensor area (may be destroyed)

Constructors

Link copied to clipboard
constructor(sensorShape: Shape, visitorShape: Shape)

Properties

Link copied to clipboard
Link copied to clipboard