C# Class ChatMessageView, PlayFabGameServer

Inheritance: MonoBehaviour
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
message Text
timestamp Text

Public Methods

Method Description
SetMessage ( string set_message, string set_timestamp ) : void

Method Details

SetMessage() public method

public SetMessage ( string set_message, string set_timestamp ) : void
set_message string
set_timestamp string
return void

Property Details

message public property

public Text message
return Text

timestamp public property

public Text timestamp
return Text