docs.unity3d.com
    Show / Hide Table of Contents

    Class LiveSyncComponent

    Inheritance
    Object
    LiveSyncComponent
    Namespace: Unity.Reflect.Actors
    Syntax
    [Component("1d53bb5e-801c-42a3-9098-cef05ea1474f", null, null, null, null, Multiplicity.Any, Multiplicity.Any, null, true)]
    public class LiveSyncComponent : IAsyncComponent, IRunnableComponent

    Constructors

    LiveSyncComponent(IPlayerClient)

    Declaration
    public LiveSyncComponent(IPlayerClient client)
    Parameters
    Type Name Description
    IPlayerClient client

    Methods

    Shutdown()

    Declaration
    public void Shutdown()

    Start()

    Declaration
    public void Start()

    Stop()

    Declaration
    public void Stop()

    Tick(TimeSpan)

    Declaration
    public TickResult Tick(TimeSpan endTime)
    Parameters
    Type Name Description
    TimeSpan endTime
    Returns
    Type Description
    TickResult
    Implements
    IRunnableComponent.Tick(TimeSpan)

    WaitAsync(CancellationToken)

    Declaration
    public async Task<WaitResult> WaitAsync(CancellationToken token)
    Parameters
    Type Name Description
    CancellationToken token
    Returns
    Type Description
    Task<WaitResult>
    Implements
    IAsyncComponent.WaitAsync(CancellationToken)

    Events

    RemoteManifestChanged

    Declaration
    public event Action<RemoteManifestChanged> RemoteManifestChanged
    Event Type
    Type Description
    Action<RemoteManifestChanged>

    SyncConnectionStateChanged

    Declaration
    public event Action<SyncConnectionStateChanged> SyncConnectionStateChanged
    Event Type
    Type Description
    Action<SyncConnectionStateChanged>
    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