Struct AssetLibraryCacheConfiguration
Sets the cache configuration for a library.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public struct AssetLibraryCacheConfiguration
Properties
CacheProperties
Whether to cache properties of the asset library.
Declaration
public bool CacheProperties { readonly get; set; }
Property Value
Type | Description |
---|---|
bool |
NoCaching
Declaration
public static AssetLibraryCacheConfiguration NoCaching { get; }
Property Value
Type | Description |
---|---|
AssetLibraryCacheConfiguration |