C# Class ExampleSocketIO, socket.io-unity-client

Inheritance: SocketIoClient
Afficher le fichier Open project: CreativeTechnology/socket.io-unity-client

Méthodes publiques

Свойство Type Description
host string
port int

Méthodes publiques

Méthode Description
Awake ( ) : void
HandleMessage ( string msg ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

HandleMessage() public méthode

public HandleMessage ( string msg ) : void
msg string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

host public_oe property

public string host
Résultat string

port public_oe property

public int port
Résultat int