nw::gfx::res::ResGraphicsFile::ForeachModelMaterial Member Function

Syntax

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

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

List of Overloaded Member Functions

ForeachModelMaterial ( TFunction ) Traverses all ResModel and ResMaterial objects in ResGraphicsFile and applies TFunction.
ForeachModelMaterial ( TFunction * ) Traverses all ResModel and ResMaterial objects in ResGraphicsFile and applies TFunction. This is a special version of the pointer.

Description of ForeachModelMaterial ( TFunction )

Traverses all ResModel and ResMaterial objects in ResGraphicsFile and applies TFunction.

Description of ForeachModelMaterial ( TFunction * )

Traverses all ResModel and ResMaterial objects in ResGraphicsFile and applies TFunction. This is a special version of the pointer.


CONFIDENTIAL