Click or drag to resize

IHasDebugAdjustables Interface

Interface for the components that wants to know when their debug adjustable fields or properties have changed.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public interface IHasDebugAdjustables
Request Example View Source

The IHasDebugAdjustables type exposes the following members.

Methods
  NameDescription
Public methodOnBeforeDebugAdjustablesUpdate
Notifies that one or more of the debug adjustable fields is about to be updated.
Public methodOnDebugAdjustablesUpdated
Notifies that one or more of the debug adjustable fields have changed.
Top
Remarks
The methods of this interface not normally called during the game. It's used by the debug code to update the components in runtime.
See Also