b2ContactManager
|
|
|
|
|
__getstate__(self,
additional_ignore=[ ] )
Returns a dictionary representation of self, with
dict(var=value [, ...]) |
source code
|
|
|
__setstate__(self,
dict)
Takes each variable=value pair in the dictionary and sets the
attributes based on them |
source code
|
|
|
|
|
Destroy(...)
b2ContactManager_Destroy(b2ContactManager self, b2Contact c) |
source code
|
|
|
Collide(...)
b2ContactManager_Collide(b2ContactManager self) |
source code
|
|
|
PairAdded(...)
b2PairCallback_PairAdded(b2PairCallback self, void proxyUserData1,
void proxyUserData2) -> void |
source code
|
|
|
PairRemoved(...)
b2PairCallback_PairRemoved(b2PairCallback self, void proxyUserData1, void proxyUserData2, ... |
source code
|
|