Class NavigatableGridWidget
- Namespace
- TaleWorlds.MountAndBlade.GauntletUI.Widgets
- Assembly
- TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class NavigatableGridWidget : GridWidget
- Inheritance
-
NavigatableGridWidget
- Inherited Members
Constructors
NavigatableGridWidget(UIContext)
public NavigatableGridWidget(UIContext context)
Parameters
contextUIContext
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
childWidget
OnChildAdded(Widget)
protected override void OnChildAdded(Widget child)
Parameters
childWidget
OnConnectedToRoot()
protected override void OnConnectedToRoot()
OnDisconnectedFromRoot()
protected override void OnDisconnectedFromRoot()
OnGamepadNavigationIndexUpdated(int)
protected override void OnGamepadNavigationIndexUpdated(int newIndex)
Parameters
newIndexint
OnLateUpdate(float)
protected override void OnLateUpdate(float dt)
Parameters
dtfloat
RefreshChildNavigationIndices()
protected void RefreshChildNavigationIndices()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).