Interface ICoherenceInput
- Namespace
- Coherence.Toolkit
- Assembly
- Coherence.Toolkit.dll
public interface ICoherenceInput
Properties
IInputBuffer Buffer { get; }
Property Value
- IInputBuffer
Property Value
- int
long CurrentSimulationFrame { get; }
Property Value
- long
Property Value
- int
Property Value
- bool
bool IsReadyToProcessInputs { get; }
Property Value
- bool
bool IsServerSimulated { get; }
Property Value
- bool
long LastAcknowledgedFrame { get; }
Property Value
- long
Property Value
- long
long LastReceivedFrame { get; }
Property Value
- long
long LastSentFrame { get; }
Property Value
- long
long? MispredictionFrame { get; }
Property Value
- long?
bool ProcessingEnabled { get; }
Property Value
- bool
Methods
bool ShouldPause(long commonReceivedFrame)
Parameters
commonReceivedFrame
long
Returns
- bool