Table of Contents

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

DisableInput(InputType, bool)

void DisableInput(Navigator.InputType type, bool forced = false)

Parameters

type Navigator.InputType
forced bool

EnableInput(InputType)

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

void UnloadAllLayout()

UnloadLayout(INavigatable)

void UnloadLayout(INavigatable layout)

Parameters

layout INavigatable