Enum BundledAssetGroupSchema.CacheClearBehavior
Behavior for clearing old bundles from the cache.
네임스페이스: UnityEditor.AddressableAssets.Settings.GroupSchemas
어셈블리: solution.dll
구문
public enum BundledAssetGroupSchema.CacheClearBehavior
필드
이름 | 설명 |
---|---|
ClearWhenSpaceIsNeededInCache | Bundles are only removed from the cache when space is needed. |
ClearWhenWhenNewVersionLoaded | Bundles are removed from the cache when a newer version has been loaded successfully. |