Click or drag to resize

DebugGuiGetAdjustableProperties Method

Gets the properties, 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> GetAdjustableProperties(
	Object obj,
	string group = ""
)
Request Example View Source

Parameters

obj
Type: SystemObject
The instance to get the properties 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 properties.
See Also