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

Method SetFlags

DynamicsB2Contact.go:83–83  ·  view source on GitHub ↗
(flags uint32)

Source from the content-addressed store, hash-verified

81type B2ContactInterface interface {
82 GetFlags() uint32
83 SetFlags(flags uint32)
84
85 GetPrev() B2ContactInterface
86 SetPrev(prev B2ContactInterface)

Callers 4

SolveTOIMethod · 0.95
SolveMethod · 0.65
CollideMethod · 0.65
B2ContactUpdateFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected