Click or drag to resize

DebugAdjustableAttribute Constructor

Creates an attribute that marks the member as availabel for the runtime changes.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
public DebugAdjustableAttribute(
	string caption,
	string group = ""
)
Request Example View Source

Parameters

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