nw::gfx::res::ResGraphicsFile::ForeachTexture Member Function
template <typename TFunction>
void ForeachTexture(
TFunction function
);
template <typename TFunction>
void ForeachTexture(
TFunction * function
);
| ForeachTexture ( TFunction ) | Goes though all ResTexture in ResGraphicsFile, applying TFunction. |
| ForeachTexture ( TFunction * ) | Goes though all ResTexture in ResGraphicsFile, applying TFunction. This is a special version of the pointer. |
Goes though all ResTexture in ResGraphicsFile, applying TFunction.
Goes though all ResTexture in ResGraphicsFile, applying TFunction. This is a special version of the pointer.
CONFIDENTIAL