Interface IHostingServiceConfigurationProvider | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IHostingServiceConfigurationProvider

    Interface for providing configuration data for IHostingService implementations

    Namespace: UnityEditor.AddressableAssets.HostingServices
    Syntax
    public interface IHostingServiceConfigurationProvider

    Properties

    HostingServicesContentRoot

    Returns the Hosting Service content root path for the given AddressableAssetGroup

    Declaration
    string HostingServicesContentRoot { get; }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX