Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ init
Method
init
core/physics3d/Physics3DComponent.cpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
bool Physics3DComponent::init()
48
{
49
setName(getPhysics3DComponentName());
50
return Component::init();
51
}
52
53
Physics3DComponent* Physics3DComponent::create(Physics3DObject* physicsObj,
54
const ax::Vec3& translateInPhysics,
Callers
1
create
Method · 0.45
Calls
2
setName
Function · 0.50
init
Function · 0.50
Tested by
no test coverage detected