Photon Fusion 2.0.12

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...
 

Properties

readonly 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.

◆ 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

readonly long SourceCombined
get

Gets the combined source identifier.