Click or drag to resize

DebugAdjustableAttribute Class

Attribute to mark a member as available for the runtime interaction. It may be exposed in the debugging GUI.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    KSPDev.DebugUtilsDebugAdjustableAttribute

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
[AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field)]
public class DebugAdjustableAttribute : Attribute
Request Example View Source

The DebugAdjustableAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDebugAdjustableAttribute
Creates an attribute that marks the member as availabel for the runtime changes.
Top
Fields
  NameDescription
Public fieldcaption
User friendly name of the member. It will be presented in GUI.
Public fieldgroup
Any string to use to group the controls.
Top
See Also