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 |
---|---|
Root |
The root path of the cache. |
Methods
Name | Description |
---|---|
Initialize(string, string) | Sets properties of the Caching system. |
Initialize |
Async operation for initializing a constructed object. |