Class ServerConnection
- Namespace
- Netick
- Assembly
- Netick.dll
public sealed class ServerConnection : NetworkConnection
- Inheritance
-
ServerConnection
- Inherited Members
Constructors
ServerConnection(short, NetickEngine)
public ServerConnection(short clientIndex, NetickEngine engine)
Parameters
clientIndex
shortengine
NetickEngine
Fields
SimulationData
public readonly ClientData SimulationData
Field Value
Properties
InterestGroups
public IReadOnlyList<InterestManagementGroup> InterestGroups { get; }
Property Value
Methods
ProcessAck(Tick, bool)
protected void ProcessAck(Tick snapshotTick, bool wasLost)