nw::gfx::res::ResGraphicsFile::ForeachMaterial Member Function

Syntax

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

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

List of Overloaded Member Functions

ForeachMaterial ( TFunction ) Goes though all instances of ResMaterial in ResGraphicsFile and applies TFunction.
ForeachMaterial ( TFunction * ) Goes though all instances of ResMaterial in ResGraphicsFile and applies TFunction. This is a special version of the pointer.

Description of ForeachMaterial ( TFunction )

Goes though all instances of ResMaterial in ResGraphicsFile and applies TFunction.

Description of ForeachMaterial ( TFunction * )

Goes though all instances of ResMaterial in ResGraphicsFile and applies TFunction. This is a special version of the pointer.


CONFIDENTIAL