ObjectPicker QML Type
The ObjectPicker class instantiates a component that can be used to interact with an Entity by a process known as picking. More...
Import Statement: | import Qt3D.Render 2.0 |
Instantiates: | QObjectPicker |
Properties
- containsMouse : bool
- dragEnabled : bool
- hoverEnabled : bool
- pressed : bool
Signals
Detailed Description
* * * *
Property Documentation
Signal Documentation
This signal is emitted when the bounding volume defined by the pickAttribute property intersects with a ray on a mouse click.
This signal is emitted when the bounding volume defined by the pickAttribute property intersects with a ray on the mouse entering the volume.
This signal is emitted when the bounding volume defined by the pickAttribute property intersects with a ray on the ray exiting the volume.
This signal is emitted when the bounding volume defined by the pickAttribute property intersects with a ray on a mouse move with a button pressed.
This signal is emitted when the bounding volume defined by the pickAttribute property intersects with a ray on a mouse press.
This signal is emitted when the bounding volume defined by the pickAttribute property intersects with a ray on a mouse release.
© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.