Click or drag to resize
AB4D logo

DXSceneGetSceneNodesDumpString(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) Method

Returns string that contains details about all DXScene's SceneNodes and their hierarchy.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public string GetSceneNodesDumpString(
	bool showBounds,
	bool showTransform,
	bool showDirtyFlags,
	bool showStatistics,
	bool showMaterialInfo,
	bool showMeshInfo = true
)

Parameters

showBounds  Boolean
true to show object bounds
showTransform  Boolean
true to show object transformation
showDirtyFlags  Boolean
true to show dirty flags
showStatistics  Boolean
true to show SceneNode statistics (how many SceneNodes there are)
showMaterialInfo  Boolean
true to show material info
showMeshInfo  Boolean  (Optional)
true to show mesh info

Return Value

String
string that contains details about all DXScene's SceneNodes and their hierarchy.
See Also