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
qtquick3d-qmlmodule.qdoc
Go to the documentation of this file.
1
// Copyright (C) 2019 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4
/*!
5
\qmlmodule QtQuick3D
6
\title Qt Quick 3D QML Types
7
\brief Provides the QML types to include 3D items into a Qt Quick scene.
8
9
This is the QML frontend for using the spatial renderer and scenegraph. For the
10
time being, all 3D content goes through offscreen textures (FBO)s so that they
11
can be composed into Qt Quick scenes (as a QQuickItem).
12
13
Import the QtQuick3D module with the following statement:
14
15
\qml
16
import QtQuick3D
17
\endqml
18
19
\section1 QtQuick3D QML Types
20
21
\generatelist qmltypesbymodule QtQuick3D
22
23
\section2 QML Value Types
24
25
\generatelist qmlvaluetypesbymodule QtQuick3D
26
27
\section1 QtQuick3D.Helpers QML Types
28
29
Import the QtQuick3D.Helpers module with the following statement:
30
31
\qml
32
import QtQuick3D.Helpers
33
\endqml
34
35
\generatelist qmltypesbymodule QtQuick3D.Helpers
36
37
\section1 QtQuick3D.AssetUtils QML Types
38
39
Import the QtQuick3D.AssetUtils module with the following statement:
40
41
\qml
42
import QtQuick3D.AssetUtils
43
\endqml
44
45
\generatelist qmltypesbymodule QtQuick3D.AssetUtils
46
47
\section1 QtQuick3D.Particles3D QML Types
48
49
Import the QtQuick3D.Particles3D module with the following statement:
50
51
\qml
52
import QtQuick3D.Particles3D
53
\endqml
54
55
\generatelist qmltypesbymodule QtQuick3D.Particles3D
56
57
\section1 QtQuick3D.Xr QML Types
58
59
Import the QtQuick3D.Xr module with the following statement:
60
61
\qml
62
import QtQuick3D.Xr
63
\endqml
64
65
\generatelist qmltypesbymodule QtQuick3D.Xr
66
67
\section1 Obsolete QML Types
68
69
The following QML types are now obsolete. Obsolete types are no longer
70
maintained. They are provided to keep old source code working, but they can be
71
removed in a future release. We strongly advise against using these classes in
72
new code.
73
74
\generatelist obsoleteqmltypes
75
76
\section1 QML Types with Obsolete Properties or Methods
77
78
The following QML types contain one or more properties or methods that are now
79
obsolete. Obsolete members are no longer maintained. They are provided to keep
80
old source code working, but they can be removed in a future release. We
81
strongly advise against using these obsolete members in new code. Click on a
82
type to see its deprecated members.
83
84
\generatelist obsoleteqmlmembers
85
86
\noautolist
87
*/
88
89
/*!
90
\qmlmodule QtQuick3D.AssetUtils
91
\title Qt Quick 3D Asset Utility QML Types
92
\since 6.2
93
\brief Provides a way to load 3D assets directly from source at runtime.
94
*/
qtquick3d
src
quick3d
doc
src
qtquick3d-qmlmodule.qdoc
Generated on
for Qt by
1.14.0