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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
Awake ( ) : void

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

Private Methods

Méthode 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 méthode

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