docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDatasetInfo

    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public interface IDatasetInfo

    Properties

    Description

    A description of the dataset.

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

    IsVisible

    Indicates whether the dataset is visible or not.

    Declaration
    bool? IsVisible { get; }
    Property Value
    Type Description
    bool?

    Name

    The name of the dataset.

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

    Tags

    The user tags of the dataset.

    Declaration
    List<string> Tags { get; }
    Property Value
    Type Description
    List<string>

    Type

    The type of the dataset.

    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)