docs.unity3d.com
    Show / Hide Table of Contents

    Interface IAssetCollectionCreation

    This object contains the information pertaining to an asset collection.

    Namespace: Unity.Cloud.Assets
    Syntax
    public interface IAssetCollectionCreation

    Properties

    Description

    Describes the collection.

    Declaration
    string Description { get; }
    Property Value
    Type Description
    String

    Metadata

    Additional serialized information about the collection.

    Declaration
    IDeserializable Metadata { get; set; }
    Property Value
    Type Description
    IDeserializable

    Name

    The name of the collection.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    ParentPath

    The path to the parent collection; can be empty.

    Declaration
    CollectionPath ParentPath { get; set; }
    Property Value
    Type Description
    CollectionPath
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023