Interface INavigator
- Namespace
- KSP.Navigation
- Assembly
- Assembly-CSharp.dll
public interface INavigator
- Extension Methods
-
Properties
Active
bool Active { get; set; }
Property Value
- bool
CurrentLayout
INavigatable CurrentLayout { get; }
Property Value
- INavigatable
Methods
Contains(INavigatable)
bool Contains(INavigatable layout)
Parameters
layout INavigatable
Returns
- bool
void DisableInput(Navigator.InputType type, bool forced = false)
Parameters
type Navigator.InputType
forced bool
void EnableInput(Navigator.InputType type)
Parameters
type Navigator.InputType
LoadLayout(INavigatable)
void LoadLayout(INavigatable layout)
Parameters
layout INavigatable
Select(Selectable)
void Select(Selectable element)
Parameters
element Selectable
UnloadAllLayout()
UnloadLayout(INavigatable)
void UnloadLayout(INavigatable layout)
Parameters
layout INavigatable