docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AssetVersionsSearch

    Temporary class that directly access the asset version search endpoint. To be replaced by proper IAssetRepository implementation when available.

    Inheritance
    object
    AssetVersionsSearch
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AssetManager.Editor
    Assembly: Unity.AssetManager.Editor.dll
    Syntax
    public class AssetVersionsSearch

    Constructors

    AssetVersionsSearch(IServiceHttpClient, IServiceHostResolver)

    Declaration
    public AssetVersionsSearch(IServiceHttpClient serviceHttpClient, IServiceHostResolver serviceHostResolver)
    Parameters
    Type Name Description
    IServiceHttpClient serviceHttpClient
    IServiceHostResolver serviceHostResolver

    Methods

    GetFirstVersionAsync(ProjectId, AssetId, CancellationToken)

    Declaration
    public Task<string> GetFirstVersionAsync(ProjectId projectId, AssetId assetId, CancellationToken token)
    Parameters
    Type Name Description
    ProjectId projectId
    AssetId assetId
    CancellationToken token
    Returns
    Type Description
    Task<string>
    In This Article
    Back to top
    Copyright © 2024 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)