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