C4 Engine Terathon Software C4 Engine API Documentation

• System Utilities

API Links
Developer Links

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