![]() |
• Controller System |
|
API Links
Developer Links
|
Controller::InvalidateDefined in:
Indicates that a controller needs to be updated.
C4Controller.hPrototype
Description
The Invalidate 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::Update function is called by the World Manager.
See Also
Controller::Update
|