Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtquick3dphysics-qmlmodule.qdoc
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \qmlmodule QtQuick3D.Physics
6 \title Qt Quick 3D Physics QML Types
7 \brief Provides the QML types to include physics items into a Qt Quick scene.
8
9 Import the QtQuick3D.Physics module with the following statement:
10
11 \qml
12 import QtQuick3D.Physics
13 \endqml
14
15 \section1 QML Types
16 \generatelist qmltypesbymodule QtQuick3D.Physics
17
18 \section1 Obsolete QML Types
19 \list
20 \li \l [QML] {CapsuleGeometry}
21 \endlist
22 \noautolist
23*/
24
25/*!
26 \qmlmodule QtQuick3D.Physics.Helpers
27 \title Qt Quick 3D Physics Helpers QML Types
28*/