Click or drag to resize

WeatherMakerScriptQueueOnMainThread Method

Queue an action to run on the main thread - this action should run as fast as possible to avoid locking the main thread.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void QueueOnMainThread(
	Action action
)

Parameters

action
Type: SystemAction
Action to run
See Also