Table of Contents

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 short
engine NetickEngine

Fields

SimulationData

public readonly ClientData SimulationData

Field Value

ClientData

Properties

InterestGroups

public IReadOnlyList<InterestManagementGroup> InterestGroups { get; }

Property Value

IReadOnlyList<InterestManagementGroup>

Methods

ProcessAck(Tick, bool)

protected void ProcessAck(Tick snapshotTick, bool wasLost)

Parameters

snapshotTick Tick
wasLost bool