Table of Contents

Class ContainerPageControlWidget

Namespace
TaleWorlds.MountAndBlade.GauntletUI.Widgets
Assembly
TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class ContainerPageControlWidget : Widget
Inheritance
ContainerPageControlWidget
Derived
Inherited Members

Constructors

ContainerPageControlWidget(UIContext)

public ContainerPageControlWidget(UIContext context)

Parameters

context UIContext

Fields

_currentPageIndex

protected int _currentPageIndex

Field Value

int

Properties

Container

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

Property Value

Container

ItemPerPage

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

Property Value

int

LoopNavigation

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

Property Value

bool

NextPageButton

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

Property Value

ButtonWidget

PageButtonsContext

public NavigationScopeTargeter PageButtonsContext { get; set; }

Property Value

NavigationScopeTargeter

PageCount

public int PageCount { get; }

Property Value

int

PageText

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

Property Value

TextWidget

PreviousPageButton

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

Property Value

ButtonWidget

Methods

GoToPage(int)

protected void GoToPage(int index)

Parameters

index int

OnContainerItemsUpdated()

protected virtual void OnContainerItemsUpdated()

OnInitialized()

protected virtual void OnInitialized()

OnLateUpdate(float)

protected override void OnLateUpdate(float dt)

Parameters

dt float

Events

OnPageCountChanged

public event Action OnPageCountChanged

Event Type

Action

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