C# Class ClientScript

Inheritance: MonoBehaviour
Mostra file Open project: thgaskell/twitch-sacrifices-everyone Class Usage Examples

Public Methods

Method Description
GET ( string url ) : WWW
closeSocket ( ) : void
readSocket ( ) : String
socketInit ( ) : void
writeSocket ( string str ) : void

Private Methods

Method Description
WaitForRequest ( WWW www ) : IEnumerator

Method Details

GET() public method

public GET ( string url ) : WWW
url string
return WWW

closeSocket() public method

public closeSocket ( ) : void
return void

readSocket() public method

public readSocket ( ) : String
return String

socketInit() public method

public socketInit ( ) : void
return void

writeSocket() public method

public writeSocket ( string str ) : void
str string
return void