Click or drag to resize

DebugGuiDumpHierarchy Method

Dumps the objects hierarchy to the logs.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public static void DumpHierarchy(
	Transform root,
	Transform child
)
Request Example View Source

Parameters

root
Type: Transform
The root object to make the path from.
child
Type: Transform
The descendant of root to dump descendants for.
Remarks
This method recirsively goes down to the all decendants, starting from child. The path, however, is shown realtive to root.
See Also