csRenderMeshHolderMultiple Class Reference
Helper class to retrieve an unused array of csRenderMesh*. More...
#include <rendermeshholder.h>
Public Methods | |
csRenderMeshHolderMultiple (bool deleteMeshes=true) | |
Construct a new render mesh array holder. | |
csDirtyAccessArray< csRenderMesh * > & | GetUnusedMeshes (uint frameNumber) |
Retrieve an unused array of csRenderMesh*. | |
Public Attributes | |
bool | deleteMeshes |
Whether to delete the rendermeshes contained in the managed arrays. |
Detailed Description
Helper class to retrieve an unused array of csRenderMesh*.Manages a list of csRenderMesh* array and returns one whose first contained csRenderMesh has it's inUse member set to false (the assumption is that when one mesh is unused, all are).
Definition at line 66 of file rendermeshholder.h.
Constructor & Destructor Documentation
|
Construct a new render mesh array holder.
|
Member Function Documentation
|
Retrieve an unused array of csRenderMesh*.
|
Member Data Documentation
|
Whether to delete the rendermeshes contained in the managed arrays.
Definition at line 75 of file rendermeshholder.h. |
The documentation for this class was generated from the following file:
- cstool/rendermeshholder.h
Generated for Crystal Space by doxygen 1.2.18