Click or drag to resize

DebugGuiGetAdjustableFields Method

Gets the fields, available for debugging.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
public static List<DebugGuiDebugMemberInfo> GetAdjustableFields(
	Object obj,
	string group = ""
)
Request Example View Source

Parameters

obj
Type: SystemObject
The instance to get the fields from.
group (Optional)
Type: SystemString
The group to get the controls for. If empty, then all the controls are returned.

Return Value

Type: ListDebugGuiDebugMemberInfo
The member meta info for all the available fields.
See Also