C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

World::SetRenderSize

Defined in:  C4World.h
Sets the size of the viewport into which the world is rendered.
Prototype

void SetRenderSize(long width, long height);

Parameters
width The width of the viewport.
height The height of the viewport.
Description
See Also

World::Render