|
SceneNodeGetSceneNodesBounds Method |
Returns the Bounds of the scene nodes that are children of the rootSceneNode. The sceneNodesFilter Func can be used to choose which scene nodes to use.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public static Bounds GetSceneNodesBounds(
SceneNode rootSceneNode,
Func<SceneNode, bool> sceneNodesFilter = null
)
Parameters
- rootSceneNode SceneNode
- root scene node
- sceneNodesFilter FuncSceneNode, Boolean (Optional)
- Func that should return true for all SceneNodes that should be used to calculate Bounds
Return Value
BoundsBounds of the rootSceneNode child nodes
See Also