QQuick3DScene2D Class
(Qt3DRender::Render::Quick::QQuick3DScene2D)Inherits: | QObject |
Properties
- entities : const QQmlListProperty<Qt3DCore::QEntity>
- 1 property inherited from QObject
Public Functions
QQuick3DScene2D(QObject *parent = nullptr) | |
QQmlListProperty<Qt3DCore::QEntity> | entities() |
Qt3DRender::Quick::QScene2D * | parentScene2D() const |
- 32 public functions inherited from QObject
Additional Inherited Members
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 11 static public members inherited from QObject
- 9 protected functions inherited from QObject
Property Documentation
entities : const QQmlListProperty<Qt3DCore::QEntity>
Access functions:
QQmlListProperty<Qt3DCore::QEntity> | entities() |
Member Function Documentation
QQuick3DScene2D::QQuick3DScene2D(QObject *parent = nullptr)
Default constructs an instance of QQuick3DScene2D.