C# Класс 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.
Наследование: UnityEngine.MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Awake ( ) : void

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

Приватные методы

Метод Описание
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.

Описание методов

Awake() публичный Метод

This method is called called when the script instance is being loaded.
public Awake ( ) : void
Результат void