Click or drag to resize

GameLiftManagerQForMainThreadT1, T2 Method (ActionT1, T2, T1, T2)

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

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private void QForMainThread<T1, T2>(
	Action<T1, T2> fn,
	T1 p1,
	T2 p2
)

Parameters

fn
Type: SystemActionT1, T2
The name of the function to be called
p1
Type: T1
The first parameter of the function to be called
p2
Type: T2
The second parameter of the function to be called

Type Parameters

T1
The type of function to be called
T2
The type of function to be called
See Also