nw::gfx::res::ResGraphicsFile::ForeachTexture Member Function
template <typename TFunction>
void ForeachTexture(
TFunction * function
);
| Name | Description |
|---|---|
TFunction |
The type of the function (object) that takes ResTexture as an argument. |
| Name | Description | |
|---|---|---|
| in | function | The function (object) to apply. |
Goes though all ResTexture in ResGraphicsFile, applying TFunction. This is a special version of the pointer.
CONFIDENTIAL