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
|