docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDeploymentItem

    Interface representing Deployment Item.

    Inherited Members
    INotifyPropertyChanged.PropertyChanged
    Namespace: Unity.Services.DeploymentApi.Editor
    Assembly: Unity.Services.DeploymentApi.dll
    Syntax
    public interface IDeploymentItem : INotifyPropertyChanged

    Properties

    Name

    Represents the name with an extension.

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

    Path

    Represents the full path of a deployment item.

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

    Progress

    Represents the deployment progress of a deployment item. Is expected to be a value between 0 and 100.

    Declaration
    float Progress { get; }
    Property Value
    Type Description
    float

    States

    Represents possible states of the local asset(s) the item represents, including with regards to its validity, format or other.

    Declaration
    ObservableCollection<AssetState> States { get; }
    Property Value
    Type Description
    ObservableCollection<AssetState>

    Status

    Represents the status of the item relative to what is available live.

    Declaration
    DeploymentStatus Status { get; set; }
    Property Value
    Type Description
    DeploymentStatus

    Extension Methods

    DeploymentItemExtensions.SetStatusDescription(IDeploymentItem, string)
    DeploymentItemExtensions.SetStatusDetail(IDeploymentItem, string)
    DeploymentItemExtensions.SetStatusSeverity(IDeploymentItem, SeverityLevel)
    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)