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

Method GetUserData

CollisionB2BroadPhase.go:53–55  ·  view source on GitHub ↗
(proxyId int)

Source from the content-addressed store, hash-verified

51}
52
53func (bp B2BroadPhase) GetUserData(proxyId int) interface{} {
54 return bp.M_tree.GetUserData(proxyId)
55}
56
57func (bp B2BroadPhase) TestOverlap(proxyIdA int, proxyIdB int) bool {
58 return B2TestOverlapBoundingBoxes(

Callers

nothing calls this directly

Calls 1

GetUserDataMethod · 0.65

Tested by

no test coverage detected