Struct LagCompensationRegistry.RewindScope
Holds characters displaced for the duration of a using block.
public readonly struct LagCompensationRegistry.RewindScope : IDisposable
- Implements
- Inherited Members
Properties
Active
True when characters were actually displaced.
public bool Active { get; }
Property Value
Methods
Dispose()
Restores every displaced character.
public void Dispose()