Click or drag to resize
AB4D logo

WpfModelVisual3DNodeGetDetailsText Method

Returns string that tells details about this SceneNode

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

Parameters

showBounds (Optional)
Type: SystemBoolean
if true than bounds of this SceneNode is shown
showTransform (Optional)
Type: SystemBoolean
if true than transformation matrix is shown when set
showDirtyFlags (Optional)
Type: SystemBoolean
if true than DirtyFlags are shown

Return Value

Type: String
string that tells details about this SceneNode
See Also