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

Struct B2ContactFilter

DynamicsB2WorldCallbacks.go:66–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64type B2BroadPhaseQueryCallback func(fixture *B2Fixture) bool
65
66type B2ContactFilter struct {
67}
68
69// Return true if contact calculations should be performed between these two shapes.
70// If you implement your own collision filter you may want to build from this implementation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected