Enum AssetLoadMode
Used to indication how Assets are loaded from the AssetBundle on the first load request.
네임스페이스: UnityEngine.ResourceManagement.ResourceProviders
어셈블리: solution.dll
구문
public enum AssetLoadMode
필드
이름 | 설명 |
---|---|
AllPackedAssetsAndDependencies | Load all assets inside the AssetBundle |
RequestedAssetAndDependencies | Only load the requested Asset and Dependencies |