Interface IInputBuffer
- Namespace
- Coherence.Toolkit
- Assembly
- Coherence.Toolkit.dll
public interface IInputBuffer
Properties
Property Value
- int
long LastAcknowledgedFrame { get; }
Property Value
- long
long LastConsumedFrame { 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?
Property Value
- int
Methods
bool ShouldPause(long currentFrame, long commonReceivedFrame)
Parameters
currentFrame
long
commonReceivedFrame
long
Returns
- bool
Events
event StaleInputHandler OnStaleInput
Event Type
- StaleInputHandler