docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IStatusTransition

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

    Properties

    Descriptor

    The descriptor of the status flow which owns the transition.

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

    FromStatusId

    The id of the status from which the transition originates.

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

    Id

    The id of the transition.

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

    ToStatusId

    The id of the status to which the transition leads.

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