Application::ApplicationTask
Defined in:
Called once per application loop to allow the application module to perform periodic processing.
C4Application.h
Prototype
virtual void ApplicationTask(void);
Description
The ApplicationTask
function is called once per frame after input has been processed and before anything in the world is moved or rendered. The application module may perform any type of periodic processing that is necessary at this time. The default implementation of this function performs no action.