Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ PHUnFreeze
Method
PHUnFreeze
ogsr_engine/xrGame/PhysicsShellHolder.cpp:285–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
return 0;
284
}
285
void CPhysicsShellHolder::PHUnFreeze()
286
{
287
if (m_pPhysicsShell)
288
m_pPhysicsShell->UnFreeze();
289
}
290
291
void CPhysicsShellHolder::PHFreeze()
292
{
Callers
nothing calls this directly
Calls
1
UnFreeze
Method · 0.45
Tested by
no test coverage detected