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

Method GetContactList

DynamicsB2Body.go:341–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339}
340
341func (body B2Body) GetContactList() *B2ContactEdge {
342 return body.M_contactList
343}
344
345func (body B2Body) GetNext() *B2Body {
346 return body.M_next

Callers 2

AddPairMethod · 0.45
RefilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected