GameLiftManagerQForMainThread Method |
Name | Description | |
---|---|---|
QForMainThread(Action) |
Queue a function to be called on the Unity thread that contains no parameters
| |
QForMainThreadT1(ActionT1, T1) |
Queue a function to be called on the Unity thread that contains 1 parameter
| |
QForMainThreadT1, T2(ActionT1, T2, T1, T2) |
Queue a function to be called on the Unity thread that contains 2 parameters
| |
QForMainThreadT1, T2, T3(ActionT1, T2, T3, T1, T2, T3) |
Queue a function to be called on the Unity thread that contains 3 parameters
| |
QForMainThreadT1, T2, T3, T4(ActionT1, T2, T3, T4, T1, T2, T3, T4) |
Queue a function to be called on the Unity thread that contains 4 parameters
| |
QForMainThreadT1, T2, T3, T4, T5(ActionT1, T2, T3, T4, T5, T1, T2, T3, T4, T5) |
Queue a function to be called on the Unity thread that contains 5 parameters
| |
QForMainThreadT1, T2, T3, T4, T5, T6(ActionT1, T2, T3, T4, T5, T6, T1, T2, T3, T4, T5, T6) |
Queue a function to be called on the Unity thread that contains 6 parameters
|