|
WpfGeometryModel3DNodeGetDetailsText Method |
Returns a string with detailed description of this SceneNode.
Namespace: Ab3d.DirectX.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public override string GetDetailsText(
bool showBounds = true,
bool showTransform = true,
bool showDirtyFlags = true,
bool showMaterialInfo = true,
bool showMeshInfo = true
)
Parameters
- showBounds Boolean (Optional)
- true to show bounds information
- showTransform Boolean (Optional)
- true to show transformation information
- showDirtyFlags Boolean (Optional)
- true to show dirty flags value
- showMaterialInfo Boolean (Optional)
- true to show material info
- showMeshInfo Boolean (Optional)
- true to show mesh info
Return Value
Stringstring with detailed description of this object node
See Also