Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetMass
Method
SetMass
ogsr_engine/xrGame/PHMovementControl.h:255–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
aabb.set(BB);
254
}
255
void SetMass(float M)
256
{
257
fMass = M;
258
if (m_character)
259
m_character->SetMas(fMass);
260
}
261
float GetMass() { return fMass; }
262
void SetCrashSpeeds(float min, float max)
263
{
Callers
1
Load
Method · 0.80
Calls
1
SetMas
Method · 0.80
Tested by
no test coverage detected