Click or drag to resize

EngineThreadingExecuteFromMainThreadWaitT, TResult Method (FuncT, TResult, T)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static TResult ExecuteFromMainThreadWait<T, TResult>(
	Func<T, TResult> function,
	T param
)

Parameters

function
Type: SystemFuncT, TResult
param
Type: T

Type Parameters

T
TResult

Return Value

Type: TResult
See Also