C# Class ClientScript

Inheritance: MonoBehaviour
Afficher le fichier Open project: thgaskell/twitch-sacrifices-everyone Class Usage Examples

Méthodes publiques

Méthode Description
GET ( string url ) : WWW
closeSocket ( ) : void
readSocket ( ) : String
socketInit ( ) : void
writeSocket ( string str ) : void

Private Methods

Méthode Description
WaitForRequest ( WWW www ) : IEnumerator

Method Details

GET() public méthode

public GET ( string url ) : WWW
url string
Résultat WWW

closeSocket() public méthode

public closeSocket ( ) : void
Résultat void

readSocket() public méthode

public readSocket ( ) : String
Résultat String

socketInit() public méthode

public socketInit ( ) : void
Résultat void

writeSocket() public méthode

public writeSocket ( string str ) : void
str string
Résultat void