Table of Contents

Class ServerConnection

Namespace
Netick
Assembly
Netick.dll
public sealed class ServerConnection : NetworkConnection
Inheritance
ServerConnection
Inherited Members

Constructors

ServerConnection(int, NetickEngine)

public ServerConnection(int clientIndex, NetickEngine engine)

Parameters

clientIndex int
engine NetickEngine

Fields

SimulationData

public readonly ServerSimulation.ClientData SimulationData

Field Value

ServerSimulation.ClientData

Properties

InterestGroups

public IReadOnlyList<InterestManagementGroup> InterestGroups { get; }

Property Value

IReadOnlyList<InterestManagementGroup>

Methods

~ServerConnection()

protected ~ServerConnection()