Photon Fusion 2.0.3

Public Attributes | Static Public Attributes | Properties | List of all members
ReliableId Struct Reference

Represents a reliable identifier used in the Fusion.Sockets namespace. More...

Public Attributes

int _padding
 Padding to align the structure. More...
 
ReliableKey Key
 The reliable key associated with this ReliableId. More...
 
ulong Sequence
 The sequence number associated with this ReliableId. More...
 
int SliceLength
 The length of the slice. More...
 
int Source
 The source identifier. More...
 
int SourceSend
 The source send identifier. More...
 
int Target
 The target identifier. More...
 
int TotalLength
 The total length. More...
 

Static Public Attributes

const int SIZE = 48
 The size of the ReliableId structure in bytes. More...
 

Properties

long SourceCombined [get]
 Gets the combined source identifier. More...
 

Detailed Description

Represents a reliable identifier used in the Fusion.Sockets namespace.

Member Data Documentation

◆ _padding

int _padding

Padding to align the structure.

◆ Key

The reliable key associated with this ReliableId.

◆ Sequence

ulong Sequence

The sequence number associated with this ReliableId.

◆ SIZE

const int SIZE = 48
static

The size of the ReliableId structure in bytes.

◆ SliceLength

int SliceLength

The length of the slice.

◆ Source

int Source

The source identifier.

◆ SourceSend

int SourceSend

The source send identifier.

◆ Target

int Target

The target identifier.

◆ TotalLength

int TotalLength

The total length.

Property Documentation

◆ SourceCombined

long SourceCombined
get

Gets the combined source identifier.