GridGeometry QML Type

Visual helper for showing grid in a scene. 更多...

import 语句: import QtQuick3D.Helpers 1.15
继承:

几何体

特性

详细描述

This helper implements grid geometry, which allows showing a grid in a scene.

特性文档编制

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.