Click or drag to resize
GameObjectCallCollisionEnd Method
Called when the Game Object stop colliding with another object.

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CallCollisionEnd(
	GameObject other
)

Parameters

other
Type: GeonBit.ECSGameObject
The other object we collided with, but no longer.
See Also