Method | Description | |
---|---|---|
AttachToGameObject ( |
Attaches the initializer to a game object
|
|
Awake ( ) : void | ||
IsMainThread ( ) : bool |
Checks if the thread is a game/main/unity thread
|
Method | Description | |
---|---|---|
UnityInitializer ( ) : System |
public static AttachToGameObject ( |
||
gameObject | The game object to which you attach the initializer to | |
return | void |