template <typename TFunction>
void ForeachUnresolvedReferenceTexture(
TFunction * function
);
| Name | Description |
|---|---|
TFunction |
The type of the function (object) that takes ResTexture as an argument. |
| Name | Description | |
|---|---|---|
| in | function | The function (object) to apply. |
All ResTexture objects inside ResGraphicsFile are traversed, and TFunction is applied if a ReferenceTexture remains unresolved. This is a special version of the pointer.
CONFIDENTIAL