Enum ProviderBehaviourFlags
Options for resource provider behavior.
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public enum ProviderBehaviourFlags
Fields
| Name | Description |
|---|---|
| CanProvideWithFailedDependencies | Indicates that the provider will still fulfill requests even with failed dependencies. |
| None | Indicates that the provider does not have extra specified behavior. |