docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IWireDirect

    The Wire connection for the Multiplay SDK MVP!

    Namespace: Unity.Services.Wire.Internal
    Assembly: Unity.Services.Multiplayer.Multiplay.Wire.Internal.dll
    Syntax
    public interface IWireDirect : IServiceComponent

    Methods

    CreateChannel(string, IChannelTokenProvider)

    Creates a channel. This is a hack for Multiplay SDK MVP!

    Declaration
    IChannel CreateChannel(string address, IChannelTokenProvider tokenProvider)
    Parameters
    Type Name Description
    string address

    The address to connect to.

    IChannelTokenProvider tokenProvider

    The token provider.

    Returns
    Type Description
    IChannel

    The channel you connected to.

    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)