C# Class ChatInterfaceLogic, PlayFabGameServer

Inheritance: MonoBehaviour
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
PlayerUsername string
channel_dropdown Dropdown,
channel_transform_connections List
chat_content_prefab GameObject
chat_diplay_name_text InputField,
chat_transform Transform
chat_window_transform Transform
input_text_field InputField,
old_object_limit int
received_message_header GameObject
received_message_prefab GameObject
send_button Button
sent_message_header GameObject
sent_message_prefab GameObject

Méthodes publiques

Méthode Description
AddToObjectList ( GameObject old_object ) : void
ChannelDropdown ( int index ) : void
Initialize ( NetworkClient network_client, string playFabId ) : void
OnPlayerChangeUserName ( ) : void
ReceiveMessage ( string sender, string message, string timestamp, string sender_playfab_id ) : void
SendMessageButtonClicked ( ) : void

Private Methods

Méthode Description
OnChannelMessage ( NetworkMessage, netMsg ) : void
OnCreateChannelResponse ( NetworkMessage, netMsg ) : void
OnJoinChannelResponse ( NetworkMessage, netMsg ) : void

Method Details

AddToObjectList() public méthode

public AddToObjectList ( GameObject old_object ) : void
old_object GameObject
Résultat void

ChannelDropdown() public méthode

public ChannelDropdown ( int index ) : void
index int
Résultat void

Initialize() public méthode

public Initialize ( NetworkClient network_client, string playFabId ) : void
network_client NetworkClient
playFabId string
Résultat void

OnPlayerChangeUserName() public méthode

public OnPlayerChangeUserName ( ) : void
Résultat void

ReceiveMessage() public méthode

public ReceiveMessage ( string sender, string message, string timestamp, string sender_playfab_id ) : void
sender string
message string
timestamp string
sender_playfab_id string
Résultat void

SendMessageButtonClicked() public méthode

public SendMessageButtonClicked ( ) : void
Résultat void

Property Details

PlayerUsername public_oe property

public string PlayerUsername
Résultat string

channel_dropdown public_oe property

public Dropdown, channel_dropdown
Résultat Dropdown,

channel_transform_connections public_oe property

public List channel_transform_connections
Résultat List

chat_content_prefab public_oe property

public GameObject chat_content_prefab
Résultat GameObject

chat_diplay_name_text public_oe property

public InputField, chat_diplay_name_text
Résultat InputField,

chat_transform public_oe property

public Transform chat_transform
Résultat Transform

chat_window_transform public_oe property

public Transform chat_window_transform
Résultat Transform

input_text_field public_oe property

public InputField, input_text_field
Résultat InputField,

old_object_limit public_oe property

public int old_object_limit
Résultat int

received_message_header public_oe property

public GameObject received_message_header
Résultat GameObject

received_message_prefab public_oe property

public GameObject received_message_prefab
Résultat GameObject

send_button public_oe property

public Button send_button
Résultat Button

sent_message_header public_oe property

public GameObject sent_message_header
Résultat GameObject

sent_message_prefab public_oe property

public GameObject sent_message_prefab
Résultat GameObject