C# Class Amazon.Runtime.Internal.UnityMainThreadDispatcher

This class is used to dispatch web requests using the WWW API and to call user callbacks on the main thread.
Inheritance: UnityEngine.MonoBehaviour
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Awake ( ) : void

This method is called called when the script instance is being loaded.

Private Methods

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.

Method Details

Awake() public method

This method is called called when the script instance is being loaded.
public Awake ( ) : void
return void