Click or drag to resize
AB4D logo

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.Utilities
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public void RemoveExcludedSceneNode(
	SceneNode sceneNode
)

Parameters

sceneNode  SceneNode
SceneNode that will be removed from the excluded list.
See Also