nw::gfx::res::ResGraphicsFile::ForeachTexture Member Function

Syntax

template <typename TFunction>
void ForeachTexture(
     TFunction function
);

template <typename TFunction>
void ForeachTexture(
     TFunction * function
);

List of Overloaded Member Functions

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.

Description of ForeachTexture ( TFunction )

Goes though all ResTexture in ResGraphicsFile, applying TFunction.

Description of ForeachTexture ( TFunction * )

Goes though all ResTexture in ResGraphicsFile, applying TFunction. This is a special version of the pointer.


CONFIDENTIAL