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

Method UpdateControllers

GTE/Graphics/ControlledObject.cpp:61–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool ControlledObject::UpdateControllers(double applicationTime)
62{
63 bool someoneUpdated = false;
64 for (auto& element : mControllers)
65 {
66 if (element->Update(applicationTime))
67 {
68 someoneUpdated = true;
69 }
70 }
71 return someoneUpdated;
72}
73
74

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected