| GameLiftManagerRunMainThreadQueueActions Method |
Locks and executes any functions that have been added to the QForMainThread queue. Is continuously called from this class's Update function
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private void RunMainThreadQueueActions()
Private Sub RunMainThreadQueueActions
private:
void RunMainThreadQueueActions()
private member RunMainThreadQueueActions : unit -> unit
See Also