Click or drag to resize
BasicPhysicalBodyCallCollisionEnd Method
Called when this physical body stop colliding with another body.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CallCollisionEnd(
	BasicPhysicalBody other
)

Parameters

other
Type: GeonBit.Core.PhysicsBasicPhysicalBody
The other body we collided with, but no longer.
See Also