docs.unity.cn
    Show / Hide Table of Contents

    Method AddDownloadService

    AddDownloadService(ContentDownloadService)

    Adds a download service. The priority of the service will be used to set the order. If there is another service with the same priority, the priority of the service added will be increased until it can be added. When added, OnAddedToDeliveryService will be called on the service. If there is a service with the same name, the existing service will be replaced with the passed in service.

    Declaration
    public void AddDownloadService(ContentDownloadService service)
    Parameters
    Type Name Description
    ContentDownloadService service

    The download service.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023