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

Method GetBody

DynamicsB2Fixture.go:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136func (fix B2Fixture) GetBody() *B2Body {
137 return fix.M_body
138}
139
140func (fix B2Fixture) GetNext() *B2Fixture {
141 return fix.M_next

Callers 8

SolveTOIMethod · 0.80
DestroyMethod · 0.80
CollideMethod · 0.80
AddPairMethod · 0.80
MakeB2ContactSolverFunction · 0.80
GetWorldManifoldMethod · 0.80
B2ContactDestroyFunction · 0.80
B2ContactUpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected