Click or drag to resize
AB4D logo

DXEventManager3DRegisterEventSource3D Method

Registers the eventSource to the EventManager3D

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

Parameters

eventSource  BaseEventSource3D
EventSource3D to be registered
See Also