docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IStatus

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

    Properties

    CanBeSkipped

    Whether the status can be skipped.

    Declaration
    bool CanBeSkipped { get; }
    Property Value
    Type Description
    bool

    Description

    The description of the status.

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

    Descriptor

    The descriptor of the status flow which owns the status.

    Declaration
    StatusFlowDescriptor Descriptor { get; }
    Property Value
    Type Description
    StatusFlowDescriptor

    Id

    The id of the status.

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

    Name

    The name of the status.

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

    SortingOrder

    The order in which the status should be displayed.

    Declaration
    int SortingOrder { get; }
    Property Value
    Type Description
    int
    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)