Class GamepadNavigationScope
- Namespace
- TaleWorlds.GauntletUI.GamepadNavigation
- Assembly
- TaleWorlds.GauntletUI.dll
public class GamepadNavigationScope
- Inheritance
-
GamepadNavigationScope
- Inherited Members
Constructors
GamepadNavigationScope()
public GamepadNavigationScope()
Properties
AlternateMovementStepSize
public int AlternateMovementStepSize { get; set; }
Property Value
AlternateScopeMovements
public GamepadNavigationTypes AlternateScopeMovements { get; set; }
Property Value
DiscoveryAreaOffsetX
public float DiscoveryAreaOffsetX { get; set; }
Property Value
DiscoveryAreaOffsetY
public float DiscoveryAreaOffsetY { get; set; }
Property Value
DoNotAutoCollectChildScopes
public bool DoNotAutoCollectChildScopes { get; set; }
Property Value
DoNotAutoGainNavigationOnInit
public bool DoNotAutoGainNavigationOnInit { get; set; }
Property Value
DoNotAutoNavigateAfterSort
public bool DoNotAutoNavigateAfterSort { get; set; }
Property Value
DoNotAutomaticallyFindChildren
public bool DoNotAutomaticallyFindChildren { get; set; }
Property Value
DownNavigationScope
public GamepadNavigationScope DownNavigationScope { get; set; }
Property Value
DownNavigationScopeID
public string DownNavigationScopeID { get; set; }
Property Value
ExtendChildrenCursorAreaBottom
public float ExtendChildrenCursorAreaBottom { get; set; }
Property Value
ExtendChildrenCursorAreaLeft
public float ExtendChildrenCursorAreaLeft { get; set; }
Property Value
ExtendChildrenCursorAreaRight
public float ExtendChildrenCursorAreaRight { get; set; }
Property Value
ExtendChildrenCursorAreaTop
public float ExtendChildrenCursorAreaTop { get; set; }
Property Value
ExtendDiscoveryAreaBottom
public float ExtendDiscoveryAreaBottom { get; set; }
Property Value
ExtendDiscoveryAreaLeft
public float ExtendDiscoveryAreaLeft { get; set; }
Property Value
ExtendDiscoveryAreaRight
public float ExtendDiscoveryAreaRight { get; set; }
Property Value
ExtendDiscoveryAreaTop
public float ExtendDiscoveryAreaTop { get; set; }
Property Value
FollowMobileTargets
public bool FollowMobileTargets { get; set; }
Property Value
ForceGainNavigationBasedOnDirection
public bool ForceGainNavigationBasedOnDirection { get; set; }
Property Value
ForceGainNavigationOnClosestChild
public bool ForceGainNavigationOnClosestChild { get; set; }
Property Value
HasCircularMovement
public bool HasCircularMovement { get; set; }
Property Value
IsActiveScope
public bool IsActiveScope { get; }
Property Value
IsDefaultNavigationScope
public bool IsDefaultNavigationScope { get; set; }
Property Value
IsDisabled
public bool IsDisabled { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
LatestNavigationElementIndex
public int LatestNavigationElementIndex { get; set; }
Property Value
LeftNavigationScope
public GamepadNavigationScope LeftNavigationScope { get; set; }
Property Value
LeftNavigationScopeID
public string LeftNavigationScopeID { get; set; }
Property Value
NavigatableWidgets
public ReadOnlyCollection<Widget> NavigatableWidgets { get; }
Property Value
NavigateFromScopeEdges
public bool NavigateFromScopeEdges { get; set; }
Property Value
ParentWidget
public Widget ParentWidget { get; set; }
Property Value
RightNavigationScope
public GamepadNavigationScope RightNavigationScope { get; set; }
Property Value
RightNavigationScopeID
public string RightNavigationScopeID { get; set; }
Property Value
ScopeID
public string ScopeID { get; set; }
Property Value
ScopeMovements
public GamepadNavigationTypes ScopeMovements { get; set; }
Property Value
UpNavigationScope
public GamepadNavigationScope UpNavigationScope { get; set; }
Property Value
UpNavigationScopeID
public string UpNavigationScopeID { get; set; }
Property Value
UseDiscoveryAreaAsScopeEdges
public bool UseDiscoveryAreaAsScopeEdges { get; set; }
Property Value
Methods
AddWidget(Widget)
public void AddWidget(Widget widget)
Parameters
widget
Widget
AddWidgetAtIndex(Widget, int)
public void AddWidgetAtIndex(Widget widget, int index)
Parameters
ClearNavigatableWidgets()
public void ClearNavigatableWidgets()
RemoveWidget(Widget)
public void RemoveWidget(Widget widget)
Parameters
widget
Widget
SetParentScope(GamepadNavigationScope)
public void SetParentScope(GamepadNavigationScope scope)
Parameters
scope
GamepadNavigationScope
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).