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
WWWController
C# Class WWWController, NGTools
This class and gameObject it is attached to is automatically instantiated by HttpRequest. It is not designed to be used on its own.
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: Naphier/NGTools
Class Usage Examples
Public Methods
Method
Description
Execute
( ) :
void
SetRequest
(
IHttpRequest
request
) :
void
Private Methods
Method
Description
DestroyOnCompletion
(
HttpResult
result
) :
void
Method Details
Execute()
public
method
public
Execute
( ) :
void
return
void
SetRequest()
public
method
public
SetRequest
(
IHttpRequest
request
) :
void
request
IHttpRequest
return
void