Multi | |
public class MultiVisualEventSource3D : BaseEventSource3D
The MultiVisualEventSource3D type exposes the following members.
| Name | Description | |
|---|---|---|
| MultiVisualEventSource3D | Constructor | |
| MultiVisualEventSource3D(IListVisual3D) | Constructor | |
| MultiVisualEventSource3D(String) | Constructor |
| Name | Description | |
|---|---|---|
| HitVisual3D | Gets the Visual3D that was hit | |
| HitVisualName | Gets the name of the hit object (one of the names from TargetModelNames). | |
| TargetVisualNames | Gets or sets a comma separated list of names of the Visual3D that are used as the source of the mouse events. | |
| TargetVisuals3D | Gets or sets a IList of Visual3D that are used as the source of the mouse events. |
| Name | Description | |
|---|---|---|
| IsMyVisual |
Method that is called from EventManager3D to check if this EventSource3D contains hitVisual
(Overrides BaseEventSource3DIsMyVisual(Visual3D)) |