Click or drag to resize
AB4D logo

MultiVisualEventSource3D Class

MultiVisualEventSource3D class is used to register more than one Visual3D object to the EventManager3D.
Inheritance Hierarchy
SystemObject
  Ab3d.UtilitiesBaseEventSource3D
    Ab3d.UtilitiesMultiVisualEventSource3D

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class MultiVisualEventSource3D : BaseEventSource3D

The MultiVisualEventSource3D type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyHitVisual3D Gets the Visual3D that was hit
Public propertyHitVisualName Gets the name of the hit object (one of the names from TargetModelNames).
Public propertyTargetVisualNames Gets or sets a comma separated list of names of the Visual3D that are used as the source of the mouse events.
Public propertyTargetVisuals3D Gets or sets a IList of Visual3D that are used as the source of the mouse events.
Top
Methods
 NameDescription
Public methodIsMyVisual Method that is called from EventManager3D to check if this EventSource3D contains hitVisual
(Overrides BaseEventSource3DIsMyVisual(Visual3D))
Top
See Also