docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdManagement

    Here is the first point and call for accessing the CCD Management Package's features! Use the .Instance method to get a singleton of the ICCDManagementServiceSDK and from there you can make various requests to the CCD Management service API. Note: Your project must have cloud services enabled and connected to a Unity Cloud Project.

    Inheritance
    Object
    CcdManagement
    Namespace: Unity.Services.Ccd.Management
    Syntax
    public static class CcdManagement : object

    Properties

    Instance

    Provides the CCD Management Service SDK interface for making service API requests.

    Declaration
    public static ICcdManagementServiceSdk Instance { get; }
    Property Value
    Type Description
    ICcdManagementServiceSdk

    Methods

    SetBasePath(String)

    Sets the configuration base path

    Declaration
    public static void SetBasePath(string basePath)
    Parameters
    Type Name Description
    String basePath

    The base path to be set for the configuration.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023