Hello All,
In a game project, I am willing to detect QDeclarative Items or QML Items Overlapping. Also I have to move an Item, along X Axis in Scene, which does not overlap other Declarative Items. Please Guide me through this.
Regards,
Ali
Hello All,
In a game project, I am willing to detect QDeclarative Items or QML Items Overlapping. Also I have to move an Item, along X Axis in Scene, which does not overlap other Declarative Items. Please Guide me through this.
Regards,
Ali
Hi,
QML items are graphics items so you can use the C++ GraphicsItem API to detect collisions or you can more easily use the QML Box2D physics engine.