Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
void PhysicsWorld::Initialize()
20
{
21
m_pWorld = PhysicsManager::GetInstance()->CreateWorld();
22
}
23
24
void PhysicsWorld::Deinit()
25
{
Callers
nothing calls this directly
Calls
1
CreateWorld
Method · 0.80
Tested by
no test coverage detected