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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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