MCPcopy Create free account
hub / github.com/ByteArena/box2d / GetContactList

Method GetContactList

DynamicsB2World.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (world B2World) GetContactList() B2ContactInterface { // returns a pointer
65 return world.M_contactManager.M_contactList
66}
67
68func (world B2World) GetBodyCount() int {
69 return world.M_bodyCount

Callers 2

CreateJointMethod · 0.45
DestroyJointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected