nw::gfx::res::ResGraphicsFile::ForeachVertexStream Member Function
template <typename TFunction>
void ForeachVertexStream(
TFunction function
);
| Name | Description |
|---|---|
TFunction |
The type of the function (object) that takes ResVertexStream as an argument. |
| Name | Description | |
|---|---|---|
| in | function | The function (object) to apply. |
Goes through entire ResVertexStream in ResGraphicsFile, applying TFunction.
CONFIDENTIAL