MCPcopy Create free account
hub / github.com/Illation/ETEngine / Initialize

Method Initialize

Engine/source/EtFramework/Physics/PhysicsWorld.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void PhysicsWorld::Initialize()
20{
21 m_pWorld = PhysicsManager::GetInstance()->CreateWorld();
22}
23
24void PhysicsWorld::Deinit()
25{

Callers

nothing calls this directly

Calls 1

CreateWorldMethod · 0.80

Tested by

no test coverage detected