Click or drag to resize

IHasContextMenu Interface

Generic interface for the modules that implement a UI context menu.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public interface IHasContextMenu
Request Example View Source

The IHasContextMenu type exposes the following members.

Methods
  NameDescription
Public methodUpdateContextMenu
A callback which is called every time the module's context menu items need to update.
Top
See Also