|
DXEventManager3DRemoveExcludedSceneNode Method |
Remove the SceneNode from the list of excluded scene nodes. To remove all excluded SceneNode it is also possible to call
ResetEventSources3D method.
Namespace: Ab3d.DirectX.UtilitiesAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public void RemoveExcludedSceneNode(
SceneNode sceneNode
)
Parameters
- sceneNode SceneNode
- SceneNode that will be removed from the excluded list.
See Also