HughPH.Box2D
Organised dotnet bindings for Box2D 3.1.0
|
An end touch event is generated when a shape stops overlapping a sensor shape. These include things like setting the transform, destroying a body or shape, or changing a filter. You will also get an end event if the sensor or visitor are destroyed. Therefore you should always confirm the shape is valid using Shape.Valid. More...
Public Attributes | |
readonly Shape | SensorShape |
The id of the sensor shape Warning: this shape may have been destroyed | |
readonly Shape | VisitorShape |
The id of the dynamic shape that stopped touching the sensor shape Warning: this shape may have been destroyed | |
An end touch event is generated when a shape stops overlapping a sensor shape. These include things like setting the transform, destroying a body or shape, or changing a filter. You will also get an end event if the sensor or visitor are destroyed. Therefore you should always confirm the shape is valid using Shape.Valid.