docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ICompositeItem

    This interface represents a Deployment Item that is composite so it has other deployment items inside of it

    Inherited Members
    IDeploymentItem.Name
    IDeploymentItem.Path
    IDeploymentItem.Progress
    IDeploymentItem.Status
    IDeploymentItem.States
    INotifyPropertyChanged.PropertyChanged
    Namespace: Unity.Services.DeploymentApi.Editor
    Assembly: Unity.Services.DeploymentApi.dll
    Syntax
    public interface ICompositeItem : IDeploymentItem, INotifyPropertyChanged

    Properties

    Children

    The children of the deployment item

    Declaration
    IReadOnlyList<IDeploymentItem> Children { get; }
    Property Value
    Type Description
    IReadOnlyList<IDeploymentItem>

    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)