docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAssetCreation

    Inherited Members
    IAssetInfo.Name
    IAssetInfo.Description
    IAssetInfo.Tags
    IAssetInfo.StatusFlowDescriptor
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public interface IAssetCreation : IAssetInfo

    Properties

    Collections

    The collections to which the asset should be added.

    Declaration
    List<CollectionPath> Collections { get; }
    Property Value
    Type Description
    List<CollectionPath>

    Metadata

    The searchable metadata of the asset.

    Declaration
    Dictionary<string, MetadataValue> Metadata { get; }
    Property Value
    Type Description
    Dictionary<string, MetadataValue>
    Remarks

    The keys must represent existing FieldKey.

    Type

    The type of the asset.

    Declaration
    AssetType Type { get; }
    Property Value
    Type Description
    AssetType
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)