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
directionMoveDirectionexplicitSelectableSelectableselectionRectRectTransformstartPointSelectPointlayoutADynamicNavLayout
Returns
RemoveAccess(MoveDirection, RectTransform)
bool RemoveAccess(MoveDirection direction, RectTransform selectionRect)
Parameters
directionMoveDirectionselectionRectRectTransform
Returns
RemoveAccess(MoveDirection, Selectable)
bool RemoveAccess(MoveDirection direction, Selectable explicitSelectable)
Parameters
directionMoveDirectionexplicitSelectableSelectable