Qt 3D Scene3D QML 類型

此模塊在開發且可能改變。

要導入和使用模塊的 QML 類型,使用下列語句:

import QtQuick.Scene3D 2.15
					

Scene3D

Type is used to integrate a Qt3D scene into a QtQuick 2 scene

Scene3DView

Type is used to integrate a Qt 3D sub scene into a QtQuick 2 scene using Scene3D. Whereas you should only use a single Scene3D instance per application, you can have multiple Scene3DView instances