DebugGuiGetAdjustableFields Method |
Gets the fields, available for debugging.
Namespace:
KSPDev.DebugUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic static List<DebugGuiDebugMemberInfo> GetAdjustableFields(
Object obj,
string group = ""
)
Request Example
View SourceParameters
- 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:
ListDebugGuiDebugMemberInfoThe member meta info for all the available fields.
See Also