docs.unity3d.com
    Show / Hide Table of Contents

    Class AssetsEditorServices

    Inheritance
    Object
    AssetsEditorServices
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Assets.Samples.AssetDatabaseUploader
    Syntax
    public static class AssetsEditorServices

    Properties

    AssetFileManager

    Returns an IAssetFileManager

    Declaration
    public static IAssetFileManager AssetFileManager { get; }
    Property Value
    Type Description
    IAssetFileManager

    AssetManager

    Returns an IAssetManager

    Declaration
    public static IAssetManager AssetManager { get; }
    Property Value
    Type Description
    IAssetManager

    AssetProvider

    Returns an IAssetProvider

    Declaration
    public static IAssetProvider AssetProvider { get; }
    Property Value
    Type Description
    IAssetProvider

    HttpClient

    Returns a UnityHttpClient

    Declaration
    public static IServiceHttpClient HttpClient { get; }
    Property Value
    Type Description
    IServiceHttpClient

    IsInitialized

    Declaration
    public static bool IsInitialized { get; }
    Property Value
    Type Description
    Boolean

    OrganizationProvider

    Returns an IOrganizationProvider.

    Declaration
    public static IOrganizationProvider OrganizationProvider { get; }
    Property Value
    Type Description
    IOrganizationProvider

    ProjectProvider

    Returns an IProjectProvider.

    Declaration
    public static IProjectProvider ProjectProvider { get; }
    Property Value
    Type Description
    IProjectProvider

    Methods

    Create(Boolean)

    Declaration
    public static async Task Create(bool isDiscovery)
    Parameters
    Type Name Description
    Boolean isDiscovery
    Returns
    Type Description
    Task

    ShutDownServices()

    Shuts down all platform services.

    Declaration
    public static void ShutDownServices()
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023