GridGeometry QML Type
Visual helper for showing grid in a scene. More...
Import Statement: | import QtQuick3D.Helpers 1.15 |
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.
© 2024 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.