Interface IAssetProjectCreation
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IAssetProjectCreation
Properties
Metadata
The project metadata.
Declaration
IDeserializable Metadata { get; }
Property Value
Type | Description |
---|---|
IDeserializable |
Name
The project name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |