Click or drag to resize
AB4D logo

EventManager3DRemoveExcludedVisual3D Method

Removed the visual3D from the excluded visuals list. To remove all excluded visuals it is also possible to call ResetEventSources3D method.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void RemoveExcludedVisual3D(
	Visual3D visual3D
)

Parameters

visual3D  Visual3D
visual3D that will be removed from excluded list.
See Also