Interface IAssetUpdate
This is a base class containing the information necessary to update an asset.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IAssetUpdate : IAssetInfo
Properties
PreviewFile
The preview file ID of the asset.
Declaration
string PreviewFile { get; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the asset.
Declaration
AssetType? Type { get; }
Property Value
Type | Description |
---|---|
AssetType? |