Enum AssetFreezeOperation
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public enum AssetFreezeOperation
Fields
Name | Description |
---|---|
CancelTransformations | Any on-going transformations will be cancelled and the version will be frozen immediately. |
IgnoreIfTransformations | Ignores the freeze operation if there are on-going transformations. |
WaitOnTransformations | If there are no on-going transformations the asset will be frozen immediately. If there are on-going transformations the version will enter a pending state; once these transformations are completed the version will be automatically frozen. |