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

Method IsSensor

DynamicsB2Fixture.go:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func (fix B2Fixture) IsSensor() bool {
121 return fix.M_isSensor
122}
123
124func (fix B2Fixture) GetFilterData() B2Filter {
125 return fix.M_filter

Callers 4

SolveTOIMethod · 0.80
AddPairMethod · 0.80
B2ContactDestroyFunction · 0.80
B2ContactUpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected