Class NavigatableListPanel
- Namespace
- TaleWorlds.MountAndBlade.GauntletUI.Widgets
- Assembly
- TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class NavigatableListPanel : ListPanel
- Inheritance
-
NavigatableListPanel
- Derived
- Inherited Members
Constructors
NavigatableListPanel(UIContext)
public NavigatableListPanel(UIContext context)
Parameters
context
UIContext
Properties
AutoScrollXOffset
public int AutoScrollXOffset { get; set; }
Property Value
AutoScrollYOffset
public int AutoScrollYOffset { get; set; }
Property Value
EmptyNavigationWidget
public Widget EmptyNavigationWidget { get; set; }
Property Value
MaxIndex
public int MaxIndex { get; set; }
Property Value
MinIndex
public int MinIndex { get; set; }
Property Value
ParentPanel
public ScrollablePanel ParentPanel { get; set; }
Property Value
StepSize
public int StepSize { get; set; }
Property Value
UseSelfIndexForMinimum
public bool UseSelfIndexForMinimum { get; set; }
Property Value
Methods
OnAfterChildRemoved(Widget)
protected override void OnAfterChildRemoved(Widget child)
Parameters
child
Widget
OnChildAdded(Widget)
protected override void OnChildAdded(Widget child)
Parameters
child
Widget
OnConnectedToRoot()
protected override void OnConnectedToRoot()
OnDisconnectedFromRoot()
protected override void OnDisconnectedFromRoot()
OnGamepadNavigationIndexUpdated(int)
protected override void OnGamepadNavigationIndexUpdated(int newIndex)
Parameters
newIndex
int
OnLateUpdate(float)
protected override void OnLateUpdate(float dt)
Parameters
dt
float
RefreshChildNavigationIndices()
protected void RefreshChildNavigationIndices()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).