Click or drag to resize
AB4D logo

DXSceneDumpSceneNodes Method

Writes string that contains details about all DXScene's SceneNodes and their hierarchy to the console (when the application is debugged in Visual Studio the string is written to Output window).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void DumpSceneNodes(
	bool showBounds = true,
	bool showTransform = true,
	bool showDirtyFlags = true
)

Parameters

showBounds  Boolean  (Optional)
true to show object bounds
showTransform  Boolean  (Optional)
true to show object transformation
showDirtyFlags  Boolean  (Optional)
true to show dirty flags
See Also