Click or drag to resize
AB4D logo

InstancedMeshGeometry3DNodeGetDetailsText Method

Returns string that tells details about this SceneNode

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public override string GetDetailsText(
	bool showBounds = true,
	bool showTransform = true,
	bool showDirtyFlags = true,
	bool showMaterialInfo = true,
	bool showMeshInfo = true
)

Parameters

showBounds  Boolean  (Optional)
if true than bounds of this SceneNode is shown
showTransform  Boolean  (Optional)
if true than transformation matrix is shown when set
showDirtyFlags  Boolean  (Optional)
if true than DirtyFlags are shown
showMaterialInfo  Boolean  (Optional)
true to show material info
showMeshInfo  Boolean  (Optional)
true to show mesh info

Return Value

String
string that tells details about this SceneNode
See Also