void CancelResolve(const char* perrorMessage);
CancelResolve is called if we are responsible for resolving the resource. The method cancels loading of the resource and sets the state to Resolve_Fail and returns an error message.
Parameters |
Description |
const char* perrorMessage |
Pointer to error message for failure in resolving resource. |