MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / PopMotion

Method PopMotion

GTE/Applications/CameraRig.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool CameraRig::PopMotion(int32_t trigger)
57{
58 auto element = mIndirectMap.find(trigger);
59 return (element != mIndirectMap.end() ? SetInactive(element->second) : false);
60}
61
62bool CameraRig::Move()
63{

Callers 4

OnKeyUpMethod · 0.80
OnKeyUpMethod · 0.80
OnKeyUpMethod · 0.80
OnKeyUpMethod · 0.80

Calls 1

endMethod · 0.80

Tested by

no test coverage detected