docs.unity.cn
    Show / Hide Table of Contents

    Property AssetLoadMode

    AssetLoadMode

    Determines how Assets are loaded when accessed.

    Declaration
    public AssetLoadMode AssetLoadMode { get; set; }
    Property Value
    Type Description
    AssetLoadMode
    Remarks

    Requested Asset And Dependencies, will only load the requested Asset (Recommended). All Packed Assets And Dependencies, will load all Assets that are packed together. Best used when loading all Assets into memory is required.

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