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