SymOntoClay  is an Independent DIY Game AI DSL.


  Warning logo Disclaimer: This is a purely experimental and unstable personal project, created by a single developer. Not intended for production use.
Please read the disclaimers carefully before use!

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.