Table of Contents

Class AnimatedDropdownWidget

Namespace
TaleWorlds.GauntletUI
Assembly
TaleWorlds.GauntletUI.dll
public class AnimatedDropdownWidget : Widget
Inheritance
AnimatedDropdownWidget
Inherited Members
Extension Methods

Constructors

AnimatedDropdownWidget(UIContext)

public AnimatedDropdownWidget(UIContext context)

Parameters

context UIContext

Properties

Button

[Editor(false)]
public ButtonWidget Button { get; set; }

Property Value

ButtonWidget

CurrentSelectedIndex

[Editor(false)]
public int CurrentSelectedIndex { get; set; }

Property Value

int

DropdownClipWidget

[Editor(false)]
public Widget DropdownClipWidget { get; set; }

Property Value

Widget

DropdownContainerWidget

[Editor(false)]
public Widget DropdownContainerWidget { get; set; }

Property Value

Widget

ListPanel

[Editor(false)]
public ListPanel ListPanel { get; set; }

Property Value

ListPanel

ListPanelValue

[Editor(false)]
public int ListPanelValue { get; set; }

Property Value

int

ScrollbarWidget

public ScrollbarWidget ScrollbarWidget { get; set; }

Property Value

ScrollbarWidget

TextWidget

[Editor(false)]
public RichTextWidget TextWidget { get; set; }

Property Value

RichTextWidget

UpdateSelectedItem

[Editor(false)]
public bool UpdateSelectedItem { get; set; }

Property Value

bool

Methods

ClosePanel()

protected virtual void ClosePanel()

OnButtonClick(Widget)

public void OnButtonClick(Widget widget)

Parameters

widget Widget

OnDisconnectedFromRoot()

protected override void OnDisconnectedFromRoot()

OnLateUpdate(float)

protected override void OnLateUpdate(float dt)

Parameters

dt float

OnListChanged(Widget)

public void OnListChanged(Widget widget)

Parameters

widget Widget

OnListChanged(Widget, Widget)

public void OnListChanged(Widget parentWidget, Widget addedWidget)

Parameters

parentWidget Widget
addedWidget Widget

OnSelectionChanged(Widget)

public void OnSelectionChanged(Widget widget)

Parameters

widget Widget

OnUpdate(float)

protected override void OnUpdate(float dt)

Parameters

dt float

OpenPanel()

protected virtual void OpenPanel()

UpdateButtonText(string)

public void UpdateButtonText(string text)

Parameters

text string

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