Interface INavigatable
- Namespace
- KSP.Navigation
- Assembly
- Assembly-CSharp.dll
public interface INavigatable
- Extension Methods
Properties
Active
bool Active { get; set; }
Property Value
CurrentElement
Selectable CurrentElement { get; set; }
Property Value
- Selectable
Focused
bool Focused { get; set; }
Property Value
Methods
Quit()
void Quit()
SelectElementAt(MoveDirection)
bool SelectElementAt(MoveDirection direction)
Parameters
directionMoveDirection
Returns
UnloadComplete()
void UnloadComplete()