Table of Contents

Interface ICoherenceBridge

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll
public interface ICoherenceBridge

Properties

ClientFixedSimulationFrame

long ClientFixedSimulationFrame { get; }

Property Value

long

NetworkTimeAsDouble

double NetworkTimeAsDouble { get; }

Property Value

double

Methods

GetCoherenceSyncForEntity(SerializeEntityID)

ICoherenceSync GetCoherenceSyncForEntity(SerializeEntityID id)

Parameters

id SerializeEntityID

Returns

ICoherenceSync

Events

OnFixedNetworkUpdate

event Action OnFixedNetworkUpdate

Event Type

Action

OnLateFixedNetworkUpdate

event Action OnLateFixedNetworkUpdate

Event Type

Action

OnTimeReset

event Action OnTimeReset

Event Type

Action