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 public void CallCollisionEnd(
GameObject other
)
Parameters
- other
- Type: GeonBit.ECSGameObject
The other object we collided with, but no longer.
See Also