Class HostingServicesWindow | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class HostingServicesWindow

    Configuration GUI for HostingServicesManager

    Inheritance
    System.Object
    HostingServicesWindow
    Namespace: UnityEditor.AddressableAssets.GUI
    Syntax
    public class HostingServicesWindow : EditorWindow, ISerializationCallbackReceiver, ILogHandler

    Methods

    LogException(Exception, Object)

    Declaration
    public void LogException(Exception exception, Object context)
    Parameters
    Type Name Description
    System.Exception exception
    UnityEngine.Object context

    LogFormat(LogType, Object, String, Object[])

    Declaration
    public void LogFormat(LogType logType, Object context, string format, params object[] args)
    Parameters
    Type Name Description
    LogType logType
    UnityEngine.Object context
    System.String format
    System.Object[] args

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()

    Show(AddressableAssetSettings)

    Show the HostingServicesWindow, initialized with the given AddressableAssetSettings

    Declaration
    public void Show(AddressableAssetSettings settings)
    Parameters
    Type Name Description
    AddressableAssetSettings settings
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX