Photon Fusion 2.0.3

Public Attributes | List of all members
NetSendEnvelope Struct Reference

Represents an envelope for sending network packets in the Fusion.Sockets namespace. More...

Public Attributes

double SendTime
 Gets or sets the time the packet was sent. More...
 
ushort Sequence
 Gets or sets the sequence number of the packet. More...
 
void * UserData
 Gets or sets the user data associated with the envelope. More...
 

Detailed Description

Represents an envelope for sending network packets in the Fusion.Sockets namespace.

Member Data Documentation

◆ SendTime

double SendTime

Gets or sets the time the packet was sent.

◆ Sequence

ushort Sequence

Gets or sets the sequence number of the packet.

◆ UserData

void* UserData

Gets or sets the user data associated with the envelope.