|
Urho3D
|
Queue item for background loading of a resource. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Resource/BackgroundLoader.h>
Public Attributes | |
| SharedPtr< Resource > | resource_ |
| Resource. | |
| HashSet< Pair< StringHash, StringHash > > | dependencies_ |
| Resources depended on for loading. | |
| HashSet< Pair< StringHash, StringHash > > | dependents_ |
| Resources that depend on this resource's loading. | |
| bool | sendEventOnFailure_ |
| Whether to send failure event. | |
Queue item for background loading of a resource.
1.8.17