Table of Contents

Class WidgetAttributeContext

Namespace
TaleWorlds.GauntletUI.PrefabSystem
Assembly
TaleWorlds.GauntletUI.PrefabSystem.dll
public class WidgetAttributeContext
Inheritance
WidgetAttributeContext
Inherited Members

Constructors

WidgetAttributeContext()

public WidgetAttributeContext()

Properties

RegisteredKeyTypes

public IEnumerable<WidgetAttributeKeyType> RegisteredKeyTypes { get; }

Property Value

IEnumerable<WidgetAttributeKeyType>

RegisteredValueTypes

public IEnumerable<WidgetAttributeValueType> RegisteredValueTypes { get; }

Property Value

IEnumerable<WidgetAttributeValueType>

Methods

GetKeyType(string)

public WidgetAttributeKeyType GetKeyType(string key)

Parameters

key string

Returns

WidgetAttributeKeyType

GetValueType(string)

public WidgetAttributeValueType GetValueType(string value)

Parameters

value string

Returns

WidgetAttributeValueType

RegisterKeyType(WidgetAttributeKeyType)

public void RegisterKeyType(WidgetAttributeKeyType keyType)

Parameters

keyType WidgetAttributeKeyType

RegisterValueType(WidgetAttributeValueType)

public void RegisterValueType(WidgetAttributeValueType valueType)

Parameters

valueType WidgetAttributeValueType

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