Table of Contents

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

int

AlternateScopeMovements

public GamepadNavigationTypes AlternateScopeMovements { get; set; }

Property Value

GamepadNavigationTypes

DiscoveryAreaOffsetX

public float DiscoveryAreaOffsetX { get; set; }

Property Value

float

DiscoveryAreaOffsetY

public float DiscoveryAreaOffsetY { get; set; }

Property Value

float

DoNotAutoCollectChildScopes

public bool DoNotAutoCollectChildScopes { get; set; }

Property Value

bool

DoNotAutoGainNavigationOnInit

public bool DoNotAutoGainNavigationOnInit { get; set; }

Property Value

bool

DoNotAutoNavigateAfterSort

public bool DoNotAutoNavigateAfterSort { get; set; }

Property Value

bool

DoNotAutomaticallyFindChildren

public bool DoNotAutomaticallyFindChildren { get; set; }

Property Value

bool

DownNavigationScope

public GamepadNavigationScope DownNavigationScope { get; set; }

Property Value

GamepadNavigationScope

DownNavigationScopeID

public string DownNavigationScopeID { get; set; }

Property Value

string

ExtendChildrenCursorAreaBottom

public float ExtendChildrenCursorAreaBottom { get; set; }

Property Value

float

ExtendChildrenCursorAreaLeft

public float ExtendChildrenCursorAreaLeft { get; set; }

Property Value

float

ExtendChildrenCursorAreaRight

public float ExtendChildrenCursorAreaRight { get; set; }

Property Value

float

ExtendChildrenCursorAreaTop

public float ExtendChildrenCursorAreaTop { get; set; }

Property Value

float

ExtendDiscoveryAreaBottom

public float ExtendDiscoveryAreaBottom { get; set; }

Property Value

float

ExtendDiscoveryAreaLeft

public float ExtendDiscoveryAreaLeft { get; set; }

Property Value

float

ExtendDiscoveryAreaRight

public float ExtendDiscoveryAreaRight { get; set; }

Property Value

float

ExtendDiscoveryAreaTop

public float ExtendDiscoveryAreaTop { get; set; }

Property Value

float

FollowMobileTargets

public bool FollowMobileTargets { get; set; }

Property Value

bool

ForceGainNavigationBasedOnDirection

public bool ForceGainNavigationBasedOnDirection { get; set; }

Property Value

bool

ForceGainNavigationOnClosestChild

public bool ForceGainNavigationOnClosestChild { get; set; }

Property Value

bool

HasCircularMovement

public bool HasCircularMovement { get; set; }

Property Value

bool

IsActiveScope

public bool IsActiveScope { get; }

Property Value

bool

IsDefaultNavigationScope

public bool IsDefaultNavigationScope { get; set; }

Property Value

bool

IsDisabled

public bool IsDisabled { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

LatestNavigationElementIndex

public int LatestNavigationElementIndex { get; set; }

Property Value

int

LeftNavigationScope

public GamepadNavigationScope LeftNavigationScope { get; set; }

Property Value

GamepadNavigationScope

LeftNavigationScopeID

public string LeftNavigationScopeID { get; set; }

Property Value

string

NavigatableWidgets

public ReadOnlyCollection<Widget> NavigatableWidgets { get; }

Property Value

ReadOnlyCollection<Widget>

NavigateFromScopeEdges

public bool NavigateFromScopeEdges { get; set; }

Property Value

bool

ParentWidget

public Widget ParentWidget { get; set; }

Property Value

Widget

RightNavigationScope

public GamepadNavigationScope RightNavigationScope { get; set; }

Property Value

GamepadNavigationScope

RightNavigationScopeID

public string RightNavigationScopeID { get; set; }

Property Value

string

ScopeID

public string ScopeID { get; set; }

Property Value

string

ScopeMovements

public GamepadNavigationTypes ScopeMovements { get; set; }

Property Value

GamepadNavigationTypes

UpNavigationScope

public GamepadNavigationScope UpNavigationScope { get; set; }

Property Value

GamepadNavigationScope

UpNavigationScopeID

public string UpNavigationScopeID { get; set; }

Property Value

string

UseDiscoveryAreaAsScopeEdges

public bool UseDiscoveryAreaAsScopeEdges { get; set; }

Property Value

bool

Methods

AddWidget(Widget)

public void AddWidget(Widget widget)

Parameters

widget Widget

AddWidgetAtIndex(Widget, int)

public void AddWidgetAtIndex(Widget widget, int index)

Parameters

widget Widget
index int

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).