| Method | Defined By | ||
|---|---|---|---|
BeginContact(contact:b2Contact):void | b2ContactListener | ||
| b2ContactListener | |||
EndContact(contact:b2Contact):void | b2ContactListener | ||
| b2ContactListener | |||
| b2ContactListener | |||
| BeginContact | () | method |
| ContactDispatch | () | method |
public function ContactDispatch(typ:String, c:b2Contact, o:b2Manifold = null, i:b2ContactImpulse = null):voidParameters
typ:String | |
c:b2Contact | |
o:b2Manifold (default = null) | |
i:b2ContactImpulse (default = null) |
| EndContact | () | method |
| PostSolve | () | method |
public function PostSolve(c:b2Contact, i:b2ContactImpulse):voidParameters
c:b2Contact | |
i:b2ContactImpulse |
| PreSolve | () | method |