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
)
Public Shared Sub QueueOnMainThread (
action As Action
)
public:
static void QueueOnMainThread(
Action^ action
)
static member QueueOnMainThread :
action : Action -> unit
Parameters
- action
- Type: SystemAction
Action to run
See Also