C4 Engine
C4 Engine API Documentation

GraphicsMgr::Draw

Defined in:  C4Graphics.h
Draws a set of renderable objects.
Prototype

void Draw(const List<Renderable> *renderList, bool groupFlag = false);

void Draw(const ImmutableArray<Renderable *> *renderList, bool groupFlag = false);

Description


See Also

Renderable