Photon Fusion
2.0.8
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... | |
Represents a reliable identifier used in the Fusion.Sockets namespace.
| int _padding |
Padding to align the structure.
| ReliableKey Key |
The reliable key associated with this ReliableId.
| ulong Sequence |
The sequence number associated with this ReliableId.
|
static |
The size of the ReliableId structure in bytes.
| int SliceLength |
The length of the slice.
| int Source |
The source identifier.
| int SourceSend |
The source send identifier.
| int Target |
The target identifier.
| int TotalLength |
The total length.
|
get |
Gets the combined source identifier.