C# Class WebsocketClientEcho, ggj16

Inheritance: MonoBehaviour
Datei anzeigen Open project: amzeratul/ggj16

Public Properties

Property Type Description
url string

Public Methods

Method Description
OnStringReceived ( string msg ) : void

Private Methods

Method Description
Start ( ) : IEnumerator

Method Details

OnStringReceived() public method

public OnStringReceived ( string msg ) : void
msg string
return void

Property Details

url public_oe property

public string url
return string