Simple functor for appending all vertices in the renderable tree to a vector. More...
#include <screen.cpp>
Collaboration diagram for Mezzanine::UI::VertexCollectFunctor:Public Member Functions | |
| VertexCollectFunctor (ScreenRenderData *pData) | |
| bool | operator() (QuadRenderable *Quad) |
Public Attributes | |
| ScreenRenderData * | Data |
Simple functor for appending all vertices in the renderable tree to a vector.
Definition at line 100 of file screen.cpp.
1.8.4