|
DXSceneGetSceneNodesDumpString(Boolean, Boolean, Boolean, Boolean) Method |
Returns string that contains details about all DXScene's SceneNodes and their hierarchy.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public string GetSceneNodesDumpString(
bool showBounds = true,
bool showTransform = true,
bool showDirtyFlags = true,
bool showStatistics = true
)
Parameters
- showBounds Boolean (Optional)
- true to show object bounds
- showTransform Boolean (Optional)
- true to show object transformation
- showDirtyFlags Boolean (Optional)
- true to show dirty flags
- showStatistics Boolean (Optional)
- true to show SceneNode statistics (how many SceneNodes there are)
Return Value
Stringstring that contains details about all DXScene's SceneNodes and their hierarchy.
See Also