MCPcopy 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
50bool CameraRig::PushMotion(int32_t trigger)
51{
52 auto element = mIndirectMap.find(trigger);
53 return (element != mIndirectMap.end() ? SetActive(element->second) : false);
54}
55
56bool CameraRig::PopMotion(int32_t trigger)
57{

Callers 4

OnKeyDownMethod · 0.80
OnKeyDownMethod · 0.80
OnKeyDownMethod · 0.80
OnKeyDownMethod · 0.80

Calls 1

endMethod · 0.80

Tested by

no test coverage detected