docs.unity.cn
    Show / Hide Table of Contents

    Enum AssetBundleResource.LoadType

    Options for where an AssetBundle can be loaded from.

    Namespace: UnityEngine.ResourceManagement.ResourceProviders
    Syntax
    public enum LoadType

    Fields

    Name Description Value
    None

    Cannot determine where the AssetBundle is located.


    0
    Local

    Load the AssetBundle from a local file location.


    1
    Web

    Download the AssetBundle from a web server.


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, June 26, 2023