GridGeometry QML Type
Visual helper for showing grid in a scene. More...
Import Statement: | import QtQuick3D.Helpers 1.14 |
Inherits: |
Properties
- horizontalLines : int
- horizontalStep : real
- verticalLines : int
- verticalStep : real
Detailed Description
This helper implements grid geometry, which allows showing a grid in a scene.
Property Documentation
horizontalLines : int
Specifies the number of horizontal lines in a grid.
horizontalStep : real
Specifies the spacing between horizontal lines.
verticalLines : int
Specifies the number of vertical lines in a grid.
verticalStep : real
Specifies the spacing between vertical lines.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.14/qml-qtquick3d-helpers-gridgeometry.html