Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ spatial_move
Method
spatial_move
ogsr_engine/xrGame/PHObject.cpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
m_check_count--;
78
}
79
void CPHObject::spatial_move()
80
{
81
get_spatial_params();
82
ISpatial::spatial_move();
83
m_flags.set(st_dirty, TRUE);
84
}
85
86
void CPHObject::Collide()
87
{
Callers
6
SetTransform
Method · 0.45
setQuaternion
Method · 0.45
SetGlobalPositionDynamic
Method · 0.45
TransformPosition
Method · 0.45
Step
Method · 0.45
StepTouch
Method · 0.45
Calls
1
set
Method · 0.45
Tested by
no test coverage detected