DebugAdjustableAttribute Constructor |
Creates an attribute that marks the member as availabel for the runtime changes.
Namespace:
KSPDev.DebugUtils
Assembly:
KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntaxpublic DebugAdjustableAttribute(
string caption,
string group = ""
)
Request Example
View SourceParameters
- caption
- Type: SystemString
The user freindly string to present in GUI. - group (Optional)
- Type: SystemString
The group of the controls. It may be used to filter the found mebers in debug GUI.
See Also