C# 클래스 ChatInterfaceLogic, PlayFabGameServer

상속: MonoBehaviour
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OnChannelMessage ( NetworkMessage, netMsg ) : void
OnCreateChannelResponse ( NetworkMessage, netMsg ) : void
OnJoinChannelResponse ( NetworkMessage, netMsg ) : void

메소드 상세

AddToObjectList() 공개 메소드

public AddToObjectList ( GameObject old_object ) : void
old_object GameObject
리턴 void

ChannelDropdown() 공개 메소드

public ChannelDropdown ( int index ) : void
index int
리턴 void

Initialize() 공개 메소드

public Initialize ( NetworkClient network_client, string playFabId ) : void
network_client NetworkClient
playFabId string
리턴 void

OnPlayerChangeUserName() 공개 메소드

public OnPlayerChangeUserName ( ) : void
리턴 void

ReceiveMessage() 공개 메소드

public ReceiveMessage ( string sender, string message, string timestamp, string sender_playfab_id ) : void
sender string
message string
timestamp string
sender_playfab_id string
리턴 void

SendMessageButtonClicked() 공개 메소드

public SendMessageButtonClicked ( ) : void
리턴 void

프로퍼티 상세

PlayerUsername 공개적으로 프로퍼티

public string PlayerUsername
리턴 string

channel_dropdown 공개적으로 프로퍼티

public Dropdown, channel_dropdown
리턴 Dropdown,

channel_transform_connections 공개적으로 프로퍼티

public List channel_transform_connections
리턴 List

chat_content_prefab 공개적으로 프로퍼티

public GameObject chat_content_prefab
리턴 GameObject

chat_diplay_name_text 공개적으로 프로퍼티

public InputField, chat_diplay_name_text
리턴 InputField,

chat_transform 공개적으로 프로퍼티

public Transform chat_transform
리턴 Transform

chat_window_transform 공개적으로 프로퍼티

public Transform chat_window_transform
리턴 Transform

input_text_field 공개적으로 프로퍼티

public InputField, input_text_field
리턴 InputField,

old_object_limit 공개적으로 프로퍼티

public int old_object_limit
리턴 int

received_message_header 공개적으로 프로퍼티

public GameObject received_message_header
리턴 GameObject

received_message_prefab 공개적으로 프로퍼티

public GameObject received_message_prefab
리턴 GameObject

send_button 공개적으로 프로퍼티

public Button send_button
리턴 Button

sent_message_header 공개적으로 프로퍼티

public GameObject sent_message_header
리턴 GameObject

sent_message_prefab 공개적으로 프로퍼티

public GameObject sent_message_prefab
리턴 GameObject