C4 Engine Terathon Software C4 Engine API Documentation

• System Utilities

API Links
Developer Links

Application::WorldRenderTask

Defined in:  C4Application.h
Called once per application loop after the world has been rendered.
Prototype

virtual void WorldRenderTask(void);

Description
The WorldRenderTask function is called once per frame after the world has been rendered, but before the graphical user interface has been rendered. The default implementation of this function performs no action.
See Also

Application::InterfaceRenderTask

Application::ApplicationTask