| 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
)
Private Sub QForMainThread (
fn As Action
)
private:
void QForMainThread(
Action^ fn
)
private member QForMainThread :
fn : Action -> unit
Parameters
- fn
- Type: SystemAction
The name of the function to be called
See Also