BaseBehavior.RunInMainThread<TResult>(Func<>) Method
Namespace: SymOntoClay.UnityAsset.BaseBehaviors.BaseBehavior
Assembly: Assembly-CSharp
Executes handler in main thread context.
Type Parameters
- TResult
Type of result.
Parameters
- function
Handler which should be executed in main thread context.
Returns
Result of the execution.