template <typename TFunction>
void ForeachModelMaterial(
TFunction function
);
template <typename TFunction>
void ForeachModelMaterial(
TFunction * function
);
| 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. |
Traverses all ResModel and ResMaterial objects in ResGraphicsFile and applies TFunction.
Traverses all ResModel and ResMaterial objects in ResGraphicsFile and applies TFunction. This is a special version of the pointer.
CONFIDENTIAL