docs.unity.cn
    Show / Hide Table of Contents

    Method RemoveHostingService

    RemoveHostingService(IHostingService)

    Stops the given IHostingService, unregisters callbacks, and removes it from management. This function does nothing if the service is not being managed by this HostingServicesManager

    Declaration
    public void RemoveHostingService(IHostingService svc)
    Parameters
    Type Name Description
    IHostingService svc
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use