docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IdentifiedDependency

    Represents a dependency described by an identifier

    Inheritance
    object
    IdentifiedDependency
    Implements
    IDependency
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Services.DeploymentApi.Editor
    Assembly: Unity.Services.DeploymentApi.dll
    Syntax
    public class IdentifiedDependency : IDependency

    Properties

    ResourceId

    The identifier of the dependency

    Declaration
    public string ResourceId { get; set; }
    Property Value
    Type Description
    string

    Methods

    Resolve(IReadOnlyList<IDeploymentItem>)

    Returns the DeploymentItem that matches the dependency, null otherwise

    Declaration
    public IDeploymentItem Resolve(IReadOnlyList<IDeploymentItem> deployedItems)
    Parameters
    Type Name Description
    IReadOnlyList<IDeploymentItem> deployedItems

    Items that are being deployed

    Returns
    Type Description
    IDeploymentItem

    Item that satisfies the dependency, null otherwise

    ToString()

    Returns a string representation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    The string representation

    Overrides
    object.ToString()

    Implements

    IDependency
    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)