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