docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDependentItem

    A deployment item that declares dependencies

    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 IDependentItem : IDeploymentItem, INotifyPropertyChanged

    Properties

    Dependencies

    The dependencies declared by the item

    Declaration
    IReadOnlyList<IDependency> Dependencies { get; }
    Property Value
    Type Description
    IReadOnlyList<IDependency>

    ResolvedDependencies

    Resolved dependencies. Populated during deployment only. The implementation should initialize this list, as it should not be null.

    Declaration
    List<IDeploymentItem> ResolvedDependencies { get; }
    Property Value
    Type Description
    List<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)