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
Показать файл Открыть проект Примеры использования класса

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

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