Table of Contents

Interface IQuickNavRegister

Namespace
KSP.Navigation
Assembly
Assembly-CSharp.dll
public interface IQuickNavRegister : INavElementRegister
Inherited Members
Extension Methods

Methods

AddAccess(MoveDirection, Selectable, RectTransform, SelectPoint, ADynamicNavLayout)

bool AddAccess(MoveDirection direction, Selectable explicitSelectable = null, RectTransform selectionRect = null, SelectPoint startPoint = SelectPoint.Up, ADynamicNavLayout layout = null)

Parameters

direction MoveDirection
explicitSelectable Selectable
selectionRect RectTransform
startPoint SelectPoint
layout ADynamicNavLayout

Returns

bool

RemoveAccess(MoveDirection, RectTransform)

bool RemoveAccess(MoveDirection direction, RectTransform selectionRect)

Parameters

direction MoveDirection
selectionRect RectTransform

Returns

bool

RemoveAccess(MoveDirection, Selectable)

bool RemoveAccess(MoveDirection direction, Selectable explicitSelectable)

Parameters

direction MoveDirection
explicitSelectable Selectable

Returns

bool