docs.unity3d.com
    Show / Hide Table of Contents

    Interface IProvidesRemoteDataConnection

    Defines the API for a remote data connection.

    Namespace: Unity.MARS.Providers
    Syntax
    public interface IProvidesRemoteDataConnection : IFunctionalityProvider

    Methods

    ConnectRemote()

    Start a remote data connection.

    Declaration
    void ConnectRemote()

    DisconnectRemote()

    End a remote data connection.

    Declaration
    void DisconnectRemote()

    IsConnected()

    Get the current state of the remote data connection.

    Declaration
    bool IsConnected()
    Returns
    Type Description
    Boolean

    True if the data remote is connected to this client, false otherwise.

    UpdateRemote()

    Update the provider with the data coming from the remote.

    Declaration
    void UpdateRemote()
    Back to top
    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