|
MultiVisualEventSource3DTargetVisualNames Property |
Gets or sets a comma separated list of names of the Visual3D that are used as the source of the mouse events.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public string TargetVisualNames { get; set; }
Property Value
StringRemarks
To use TargetVisualNames property a NamedObjects dictionary must be set on EventManager3D. This way the real Visual3D can be resolved from the name.
To set the list of Visual3D objects directly without using their names, set the TargetVisuals3D property instead.
See Also