Class ContactHandler
Contact handler object that contains contact or collision action events
public sealed class ContactHandler
- Inheritance
-
ContactHandler
- Inherited Members
Properties
OnContactBegin
Called when two body start contact/collision
public ContactEvent OnContactBegin { get; set; }
Property Value
OnContactEnd
Called when two body finished the contact/collision
public ContactEvent OnContactEnd { get; set; }