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
RegisteredValueTypes
public IEnumerable<WidgetAttributeValueType> RegisteredValueTypes { get; }
Property Value
Methods
GetKeyType(string)
public WidgetAttributeKeyType GetKeyType(string key)
Parameters
keystring
Returns
GetValueType(string)
public WidgetAttributeValueType GetValueType(string value)
Parameters
valuestring
Returns
RegisterKeyType(WidgetAttributeKeyType)
public void RegisterKeyType(WidgetAttributeKeyType keyType)
Parameters
keyTypeWidgetAttributeKeyType
RegisterValueType(WidgetAttributeValueType)
public void RegisterValueType(WidgetAttributeValueType valueType)
Parameters
valueTypeWidgetAttributeValueType
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).