C# Class ChatMessageView, PlayFabGameServer

Inheritance: MonoBehaviour
显示文件 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_oe property

public Text message
return Text

timestamp public_oe property

public Text timestamp
return Text