Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteArena/box2d
/ NewB2BodyDef
Function
NewB2BodyDef
DynamicsB2Body.go:101–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
func
NewB2BodyDef() *B2BodyDef {
102
res := MakeB2BodyDef()
103
return
&res
104
}
105
106
var
B2Body_Flags =
struct
{
107
E_islandFlag uint32
Callers
nothing calls this directly
Calls
1
MakeB2BodyDef
Function · 0.85
Tested by
no test coverage detected