MCPcopy 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
47bool Physics3DComponent::init()
48{
49 setName(getPhysics3DComponentName());
50 return Component::init();
51}
52
53Physics3DComponent* Physics3DComponent::create(Physics3DObject* physicsObj,
54 const ax::Vec3& translateInPhysics,

Callers 1

createMethod · 0.45

Calls 2

setNameFunction · 0.50
initFunction · 0.50

Tested by

no test coverage detected