docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ICcdManagementServiceSdkConfiguration

    Interface used for editing the configuration of the CCD Management service SDK. Primary usage is for testing purposes.

    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public interface ICcdManagementServiceSdkConfiguration

    Methods

    SetBasePath(string)

    Sets the base path in configuration.

    Declaration
    void SetBasePath(string basePath)
    Parameters
    Type Name Description
    string basePath

    The base path to set in configuration.

    SetTimeout(int)

    Sets the http timeout in milliseconds

    Declaration
    void SetTimeout(int timoutms)
    Parameters
    Type Name Description
    int timoutms

    The number of milliseonds to wait before timing out.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)