Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ PushMotion
Method
PushMotion
GTE/Applications/CameraRig.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool CameraRig::PushMotion(int32_t trigger)
51
{
52
auto element = mIndirectMap.find(trigger);
53
return (element != mIndirectMap.end() ? SetActive(element->second) : false);
54
}
55
56
bool CameraRig::PopMotion(int32_t trigger)
57
{
Callers
4
OnKeyDown
Method · 0.80
OnKeyDown
Method · 0.80
OnKeyDown
Method · 0.80
OnKeyDown
Method · 0.80
Calls
1
end
Method · 0.80
Tested by
no test coverage detected