Click or drag to resize

DebugGui.GetAdjustableFields Method

Gets the fields, available for debugging.

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

Parameters

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

Return Value

Type: List<DebugGui.DebugMemberInfo>
The member meta info for all the available fields.
See Also