Application::InterfaceRenderTask
Defined in: C4Application.h
Called once per application loop after the graphical user interface has been rendered.
Prototype
virtual void InterfaceRenderTask(void);
Description
The InterfaceRenderTask function is called once per frame after the graphical user interface has been rendered. The default implementation of this function performs no action.
See Also
Application::WorldRenderTask
Application::ApplicationTask
|