Table of Contents

Interface INavigatable

Namespace
KSP.Navigation
Assembly
Assembly-CSharp.dll
public interface INavigatable
Extension Methods

Properties

Active

bool Active { get; set; }

Property Value

bool

CurrentElement

Selectable CurrentElement { get; set; }

Property Value

Selectable

Focused

bool Focused { get; set; }

Property Value

bool

Methods

Quit()

void Quit()

SelectElementAt(MoveDirection)

bool SelectElementAt(MoveDirection direction)

Parameters

direction MoveDirection

Returns

bool

UnloadComplete()

void UnloadComplete()