SymOntoClay is game AI experimental open source engine.


  Warning logo Purely experimental and very unstable project developed by only one person
Please read the page before starting

IGameObjectBehavior.RunInMainThread<TResult>(Func<>) Method

Namespace: SymOntoClay.UnityAsset.Interfaces.IGameObjectBehavior
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.