|
DXEventManager3DRemoveExcludedVisual3D Method |
Removed the visual3D from the excluded visuals list. To remove all excluded visuals 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 RemoveExcludedVisual3D(
Visual3D visual3D
)
Parameters
- visual3D Visual3D
- visual3D that will be removed from excluded list.
See Also