C# 클래스 Amazon.UnityInitializer

A singleton instance of which will initialize the Main thread dispatcher & logger. This class is linked to the AWSPrefab so that user can make any configuration changes and instance will be included in every scene via the prefab.
상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
AttachToGameObject ( GameObject gameObject ) : void

Attaches the initializer to a game object

Awake ( ) : void
IsMainThread ( ) : bool

Checks if the thread is a game/main/unity thread

비공개 메소드들

메소드 설명
UnityInitializer ( ) : System

메소드 상세

AttachToGameObject() 공개 정적인 메소드

Attaches the initializer to a game object
public static AttachToGameObject ( GameObject gameObject ) : void
gameObject UnityEngine.GameObject The game object to which you attach the initializer to
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

IsMainThread() 공개 정적인 메소드

Checks if the thread is a game/main/unity thread
public static IsMainThread ( ) : bool
리턴 bool