I have a 3D scene with a few marker objects on it (like in Scenes/Symbols example).
Can I somehow select the markers by mouse?
Is it possible to somehow move them by mouse?
Yes, you select features in the same way as you would in 2D, because the MapView and SceneView share the same base class - GeoView - GeoView QML Type | ArcGIS for Developers
If you are trying to select graphics, use identifyGraphics() method on the mouseClicked signal to get back a list of graphics. You can then select those Graphics. If you are trying to select a feature from a layer, you would instead call identifyLayer() method.
Thanks, i'll try it out.
^_^
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.