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

Method SetNext

DynamicsB2Joint.go:440–440  ·  view source on GitHub ↗

backed by pointer

(next B2JointInterface)

Source from the content-addressed store, hash-verified

438
439 GetNext() B2JointInterface // backed by pointer
440 SetNext(next B2JointInterface) // backed by pointer
441
442 GetPrev() B2JointInterface // backed by pointer
443 SetPrev(prev B2JointInterface) // backed by pointer

Callers 4

CreateJointMethod · 0.65
DestroyJointMethod · 0.65
DestroyMethod · 0.65
AddPairMethod · 0.65

Implementers 1

B2JointDynamicsB2Joint.go

Calls

no outgoing calls

Tested by

no test coverage detected