|
DXMeshGeometry3DGetDetailsText Method |
Returns string that tells details about this SceneNode
Namespace: Ab3d.DirectX.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public string GetDetailsText(
bool showBounds = true
)
Parameters
- showBounds Boolean (Optional)
- if true than bounds of this SceneNode is shown
Return Value
Stringstring that tells details about this SceneNode
See Also