Controller::InvalidateController
Defined in:
Indicates that a controller needs to be updated.
C4Controller.h
Prototype
void InvalidateController(void);
Description
The InvalidateController
function should be called to indicate that a controller should be updated before the next time it is rendered. When a controller's target node is visible and the controller has been invalidated, the Controller::UpdateController
function is called by the World Manager.
See Also