Table of Contents

Delegate CreateGeneratedWidget

Namespace
TaleWorlds.GauntletUI.PrefabSystem
Assembly
TaleWorlds.GauntletUI.PrefabSystem.dll
public delegate GeneratedPrefabInstantiationResult CreateGeneratedWidget(UIContext context, Dictionary<string, object> tags)

Parameters

context UIContext
tags Dictionary<string, object>

Returns

GeneratedPrefabInstantiationResult
Extension Methods

Constructors

CreateGeneratedWidget(object, IntPtr)

public CreateGeneratedWidget(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(UIContext, Dictionary<string, object>, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(UIContext context, Dictionary<string, object> tags, AsyncCallback callback, object @object)

Parameters

context UIContext
tags Dictionary<string, object>
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual GeneratedPrefabInstantiationResult EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

GeneratedPrefabInstantiationResult

Invoke(UIContext, Dictionary<string, object>)

public virtual GeneratedPrefabInstantiationResult Invoke(UIContext context, Dictionary<string, object> tags)

Parameters

context UIContext
tags Dictionary<string, object>

Returns

GeneratedPrefabInstantiationResult

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).