Table of Contents

Class ContactHandler

Namespace
Fantas.Physics
Assembly
Fantas.dll

Contact handler object that contains contact or collision action events

public sealed class ContactHandler : Object
Inheritance
ContactHandler

Properties

OnContactBegin

Called when two body start contact/collision

public ContactEvent OnContactBegin { get; set; }

Property Value

ContactEvent

OnContactEnd

Called when two body finished the contact/collision

public ContactEvent OnContactEnd { get; set; }

Property Value

ContactEvent