Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
func
(fix *B2Fixture) SetFilterData(filter B2Filter) {
330
fix.M_filter = filter
331
fix.Refilter()
332
}
333
334
func
(fix *B2Fixture) Refilter() {
335
Callers
nothing calls this directly
Calls
1
Refilter
Method · 0.95
Tested by
no test coverage detected