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

Function MakeB2Filter

DynamicsB2Fixture.go:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func MakeB2Filter() B2Filter {
23 return B2Filter{
24 CategoryBits: 0x0001,
25 MaskBits: 0xFFFF,
26 GroupIndex: 0,
27 }
28}
29
30/// A fixture definition is used to create a fixture. This class defines an
31/// abstract fixture definition. You can reuse fixture definitions safely.

Callers 1

NewB2FixtureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected