Struct ProvideHandle
Container for all data need by providers to fulfill requests.
Inherited Members
Namespace: UnityEngine .ResourceManagement .ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public struct ProvideHandle
Properties
Name | Description |
---|---|
Dependency |
Number of dependencies. |
Location | The location for the request. |
Resource |
The ResourceManager used to create the operation. |
Type | The requested object type. |
Methods
Name | Description |
---|---|
Complete<T>(T, bool, Exception) | Called to complete the operation. |
Get |
Get the depedency objects. |
Get |
Get a specific dependency object. |
Set |
Set the func for handling download progress requests. |
Set |
Set the func for handling progress requests. |
Set |
Set the func for handling a request to wait for the completion of the operation |