Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
func
(body B2Body) GetContactList() *B2ContactEdge {
342
return
body.M_contactList
343
}
344
345
func
(body B2Body) GetNext() *B2Body {
346
return
body.M_next
Callers
2
AddPair
Method · 0.45
Refilter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected