C# Class ChatMessage, PlayFabGameServer

Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
ChannelId string
Message string
SenderUserId string
SenderUserName string
Timestamp DateTime,

Public Methods

Method Description
Deserialize ( NetworkReader reader ) : void
Serialize ( NetworkWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( NetworkReader reader ) : void
reader NetworkReader
return void

Serialize() public method

public Serialize ( NetworkWriter writer ) : void
writer NetworkWriter
return void

Property Details

ChannelId public_oe property

public string ChannelId
return string

Message public_oe property

public string Message
return string

SenderUserId public_oe property

public string SenderUserId
return string

SenderUserName public_oe property

public string SenderUserName
return string

Timestamp public_oe property

public DateTime, Timestamp
return DateTime,