Class CacheInitialization
IInitializableObject that sets up the Caching system.
Implements
Inherited Members
Namespace: UnityEngine.AddressableAssets.Initialization
Assembly: Unity.Addressables.dll
Syntax
[Serializable]
public class CacheInitialization : IInitializableObject
Properties
Name | Description |
---|---|
RootPath | The root path of the cache. |
Methods
Name | Description |
---|---|
Initialize(string, string) | Sets properties of the Caching system. |
InitializeAsync(ResourceManager, string, string) | Async operation for initializing a constructed object. |