C# Class ClientExampleScript, PlayFabGameServer

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

Méthodes publiques

Свойство Type Description
BuildVersion string
CancelButton Button
ChatInterface ChatInterfaceLogic,
ChatWindow GameObject
FriendListContent Transform
FriendPrefab GameObject
FriendsWindow GameObject
GameMode string
GameRegion PlayFab.ClientModels.Region
GameServerAuthTicket string
Header Text
HideChatButton Button
IsLocalNetwork bool
Message Text
PlayFabId string
SessionTicket string
ShowChatButton Button
ShowFriendsButton Button
SmallWindow GameObject
StartText Text
TitleId string
_network NetworkClient
host string
port int

Méthodes publiques

Méthode Description
ClearText ( ) : void
GiftButtonClicked ( ) : void
QuitButton ( ) : void
Start ( ) : void

Private Methods

Méthode Description
ConnectNetworkClient ( string host = "localhost", int port = 7777 ) : void
OnAuthenticated ( NetworkMessage, netMsg ) : void
OnClientDisconnect ( NetworkMessage, netMsg ) : void
OnClientNetworkingError ( NetworkMessage, netMsg ) : void
OnConnected ( NetworkMessage, netMsg ) : void
OnMsgRecieverExampleResponse ( NetworkMessage, netMsg ) : void
OnReceivedFriendList ( NetworkMessage, netMsg ) : void
OnReceivedPlayStreamEvent ( NetworkMessage, netMsg ) : void
OnTitleNewsUpdate ( NetworkMessage, netMsg ) : void

Method Details

ClearText() public méthode

public ClearText ( ) : void
Résultat void

GiftButtonClicked() public méthode

public GiftButtonClicked ( ) : void
Résultat void

QuitButton() public méthode

public QuitButton ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

BuildVersion public_oe property

public string BuildVersion
Résultat string

CancelButton public_oe property

public Button CancelButton
Résultat Button

ChatInterface public_oe property

public ChatInterfaceLogic, ChatInterface
Résultat ChatInterfaceLogic,

ChatWindow public_oe property

public GameObject ChatWindow
Résultat GameObject

FriendListContent public_oe property

public Transform FriendListContent
Résultat Transform

FriendPrefab public_oe property

public GameObject FriendPrefab
Résultat GameObject

FriendsWindow public_oe property

public GameObject FriendsWindow
Résultat GameObject

GameMode public_oe property

public string GameMode
Résultat string

GameRegion public_oe property

public Region,PlayFab.ClientModels GameRegion
Résultat PlayFab.ClientModels.Region

GameServerAuthTicket public_oe property

public string GameServerAuthTicket
Résultat string

Header public_oe property

public Text Header
Résultat Text

HideChatButton public_oe property

public Button HideChatButton
Résultat Button

IsLocalNetwork public_oe property

public bool IsLocalNetwork
Résultat bool

Message public_oe property

public Text Message
Résultat Text

PlayFabId public_oe property

public string PlayFabId
Résultat string

SessionTicket public_oe property

public string SessionTicket
Résultat string

ShowChatButton public_oe property

public Button ShowChatButton
Résultat Button

ShowFriendsButton public_oe property

public Button ShowFriendsButton
Résultat Button

SmallWindow public_oe property

public GameObject SmallWindow
Résultat GameObject

StartText public_oe property

public Text StartText
Résultat Text

TitleId public_oe property

public string TitleId
Résultat string

_network public_oe property

public NetworkClient _network
Résultat NetworkClient

host public_oe property

public string host
Résultat string

port public_oe property

public int port
Résultat int