Click or drag to resize
AB4D logo

VisualEventSource3D Class

VisualEventSource3D class is used to register a Visual3D object to the DXEventManager3D.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectX.UtilitiesBaseEventSource3D
    Ab3d.DirectX.UtilitiesVisualEventSource3D

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

The VisualEventSource3D type exposes the following members.

Constructors
 NameDescription
Public methodVisualEventSource3D Constructor
Public methodVisualEventSource3D(Visual3D) Constructor
Top
Properties
 NameDescription
Public propertyName Gets or sets the optional name of the EventSource3D.
(Overrides BaseEventSource3DName)
Public propertyTargetVisual3D Gets or sets the Visual3D that is used as the source of the mouse events.
Top
Methods
 NameDescription
Public methodIsMySceneNode Method that is called from DXEventManager3D to check if this EventSource3D contains hitSceneNode
(Overrides BaseEventSource3DIsMySceneNode(SceneNode))
Top
See Also