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

Method SetFilterData

DynamicsB2Fixture.go:329–332  ·  view source on GitHub ↗
(filter B2Filter)

Source from the content-addressed store, hash-verified

327}
328
329func (fix *B2Fixture) SetFilterData(filter B2Filter) {
330 fix.M_filter = filter
331 fix.Refilter()
332}
333
334func (fix *B2Fixture) Refilter() {
335

Callers

nothing calls this directly

Calls 1

RefilterMethod · 0.95

Tested by

no test coverage detected