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
key
string
Returns
GetValueType(string)
public WidgetAttributeValueType GetValueType(string value)
Parameters
value
string
Returns
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).