docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IInitializable

    Represents an object that requires asynchronous initialization before use

    Namespace: Unity.Services.Multiplay.Authoring.Core.MultiplayApi
    Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
    Syntax
    public interface IInitializable

    Methods

    InitAsync()

    The initialization that the object requires.

    Declaration
    Task InitAsync()
    Returns
    Type Description
    Task

    A task for the operation.

    In This Article
    Back to top
    Copyright © 2024 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)