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
Properties
Container
[Editor(false)]
public Container Container { get; set; }
Property Value
ItemPerPage
[Editor(false)]
public int ItemPerPage { get; set; }
Property Value
LoopNavigation
[Editor(false)]
public bool LoopNavigation { get; set; }
Property Value
NextPageButton
[Editor(false)]
public ButtonWidget NextPageButton { get; set; }
Property Value
PageButtonsContext
public NavigationScopeTargeter PageButtonsContext { get; set; }
Property Value
PageCount
public int PageCount { get; }
Property Value
PageText
[Editor(false)]
public TextWidget PageText { get; set; }
Property Value
PreviousPageButton
[Editor(false)]
public ButtonWidget PreviousPageButton { get; set; }
Property Value
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
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).