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

Method ShouldCollide

DynamicsB2WorldCallbacks.go:12–12  ·  view source on GitHub ↗
(fixtureA *B2Fixture, fixtureB *B2Fixture)

Source from the content-addressed store, hash-verified

10
11type B2ContactFilterInterface interface {
12 ShouldCollide(fixtureA *B2Fixture, fixtureB *B2Fixture) bool
13}
14
15/// Contact impulses for reporting. Impulses are used instead of forces because

Callers 2

CollideMethod · 0.65
AddPairMethod · 0.65

Implementers 2

B2BodyDynamicsB2Body.go
B2ContactFilterDynamicsB2WorldCallbacks.go

Calls

no outgoing calls

Tested by

no test coverage detected