summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d/items/quick3dentity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/quick3d/items/quick3dentity.cpp')
-rw-r--r--src/quick3d/quick3d/items/quick3dentity.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/quick3d/quick3d/items/quick3dentity.cpp b/src/quick3d/quick3d/items/quick3dentity.cpp
index d98c7c826..c00eb0899 100644
--- a/src/quick3d/quick3d/items/quick3dentity.cpp
+++ b/src/quick3d/quick3d/items/quick3dentity.cpp
@@ -43,11 +43,22 @@ namespace Qt3D {
namespace Quick {
+/*!
+ \qmltype Entity
+ \inherits Node
+ \inqmlmodule Qt3D
+ \since 5.5
+*/
+
Quick3DEntity::Quick3DEntity(QObject *parent)
: QObject(parent)
{
}
+/*!
+ \qmlproperty list<Component3D> Qt3D::Entity::components
+ \readonly
+*/
QQmlListProperty<QComponent> Quick3DEntity::componentList()
{
return QQmlListProperty<Qt3D::QComponent>(this, 0,