DebugAdjustableAttribute Constructor |
Creates an attribute that marks the member as availabel for the runtime changes.
Namespace:
KSPDev.DebugUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
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