Photon Fusion 2.1.1

NetConnectionId Struct Reference

Represents a network connection ID. More...

Classes

class  EqualityComparer
 An equality comparer for NetConnectionId instances. More...

Public Member Functions

readonly bool Equals (NetConnectionId other)
 Compares this NetConnectionId to another for equality.
override readonly bool Equals (object obj)
 Compares this NetConnectionId to another for equality.
override readonly int GetHashCode ()
 Get the hash code for this NetConnectionId.
override readonly string ToString ()
 NetConnectionId ToString.

Static Public Member Functions

static bool operator!= (NetConnectionId a, NetConnectionId b)
 Compares two NetConnectionId instances for inequality.
static bool operator== (NetConnectionId a, NetConnectionId b)
 Compares two NetConnectionId instances for equality.

Public Attributes

short Group
 The group of the connection.
short GroupIndex
 The index of the connection within the group.

Detailed Description

Represents a network connection ID.