Click or drag to resize
AB4D logo

EventManager3DRemoveEventSource3D Method

Removes the eventSource from the EventManager3D

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void RemoveEventSource3D(
	BaseEventSource3D eventSource
)

Parameters

eventSource  BaseEventSource3D
EventSource3D to be removed
See Also