Method | Description | |
---|---|---|
Awake ( ) : void |
This method is called called when the script instance is being loaded.
|
Method | Description | |
---|---|---|
InvokeRequest ( IUnityHttpRequest request ) : IEnumerator |
Makes a single web request using the WWW or UnityWebRequest API.
|
|
ProcessRequests ( ) : void |
This method processes queued web requests and user callbacks.
|
|
Update ( ) : void |
This method is called as often as possible.
|