Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ExampleSocketIO
C# Class ExampleSocketIO, socket.io-unity-client
Inheritance:
SocketIoClient
Datei anzeigen
Open project: CreativeTechnology/socket.io-unity-client
Public Properties
Property
Type
Description
host
string
port
int
Public Methods
Method
Description
Awake
( ) :
void
HandleMessage
(
string
msg
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
HandleMessage()
public
method
public
HandleMessage
(
string
msg
) :
void
msg
string
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
host
public_oe property
public
string
host
return
string
port
public_oe property
public
int
port
return
int