Click or drag to resize

GameLiftManagerQForMainThread Method (Action)

Queue a function to be called on the Unity thread that contains no parameters

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private void QForMainThread(
	Action fn
)

Parameters

fn
Type: SystemAction
The name of the function to be called
See Also