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