Bounds QML Type

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

import 語句: 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 .