Table of Contents

Delegate OnCollisionEventHandler

Namespace
Alis.Core.Physic.Dynamics
Assembly
Alis.dll

The on collision event handler

public delegate bool OnCollisionEventHandler(Fixture sender, Fixture other, Contact contact)

Parameters

sender Fixture
other Fixture
contact Contact

Returns

bool