Click or drag to resize
AB4D logo

DXEventManager3DRemoveEventSource3D Method

Removes the eventSource from the EventManager3D

Namespace: Ab3d.DirectX.Utilities
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public void RemoveEventSource3D(
	BaseEventSource3D eventSource
)

Parameters

eventSource  BaseEventSource3D
EventSource3D to be removed
See Also