Click or drag to resize

GameLiftManagerQForMainThread Method

Overload List
  NameDescription
Private methodQForMainThread(Action)
Queue a function to be called on the Unity thread that contains no parameters
Private methodQForMainThreadT1(ActionT1, T1)
Queue a function to be called on the Unity thread that contains 1 parameter
Private methodQForMainThreadT1, T2(ActionT1, T2, T1, T2)
Queue a function to be called on the Unity thread that contains 2 parameters
Private methodQForMainThreadT1, T2, T3(ActionT1, T2, T3, T1, T2, T3)
Queue a function to be called on the Unity thread that contains 3 parameters
Private methodQForMainThreadT1, 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
Private methodQForMainThreadT1, 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
Private methodQForMainThreadT1, 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
Top
See Also