docs.unity.cn
    Show / Hide Table of Contents

    Enum ProviderBehaviourFlags

    Options for resource provider behavior.

    Namespace: UnityEngine.ResourceManagement.ResourceProviders
    Syntax
    public enum ProviderBehaviourFlags : int

    Fields

    Name Description Value
    CanProvideWithFailedDependencies

    Indicates that the provider will still fulfill requests even with failed dependencies.

    None

    Indicates that the provider does not have extra specified behavior.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use