docs.unity3d.com
    显示 / 隐藏目录

    Interface IProvidesRemoteDataConnection

    Defines the API for a remote data connection.

    Inherited Members
    IFunctionalityProvider.LoadProvider()
    IFunctionalityProvider.ConnectSubscriber(Object)
    IFunctionalityProvider.UnloadProvider()
    Namespace: Unity.MARS
    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()
    返回到顶部
    Copyright © 2023 Unity Technologies — 商标和使用条款
    • 法律条款
    • 隐私政策
    • Cookie
    • 不要出售或分享我的个人信息
    • Your Privacy Choices (Cookie Settings)