docs.unity.cn
    Show / Hide Table of Contents

    Enum ProviderBehaviourFlags

    Options for resource provider behavior.

    Namespace: UnityEngine.ResourceManagement.ResourceProviders
    Syntax
    public enum ProviderBehaviourFlags

    Fields

    Name Description Value
    None

    Indicates that the provider does not have extra specified behavior.

    0
    CanProvideWithFailedDependencies

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

    1
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use