Bounds QML Type

Specifies the bounds of a model. 更多...

导入语句: import QtQuick3D 1.15
Since: Qt 5.15

特性

详细描述

Bounds specify a bounding box with minimum and maximum points. Bounds is a readonly property of the model.

特性文档编制

maximum : vector3d

Specifies the maximum point of the model bounds.

另请参阅 minimum .


minimum : vector3d

Specifies the minimum point of the model bounds.

另请参阅 maximum .