DebugAdjustableAttribute Class | 
Namespace: KSPDev.DebugUtils
[AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field)] public class DebugAdjustableAttribute : Attribute
The DebugAdjustableAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| DebugAdjustableAttribute | 
            Creates an attribute that marks the member as availabel for the runtime changes. 
              | 
| Name | Description | |
|---|---|---|
| caption | User friendly name of the member. It will be presented in GUI.  | |
| group | Any string to use to group the controls.  |