Uses of Class
io.qt.qt3d.core.QEntity
Package | Description |
---|---|
io.qt.qt3d.animation | |
io.qt.qt3d.core | |
io.qt.qt3d.extras | |
io.qt.qt3d.render | |
io.qt.qt3d.render.quick.scene2d |
-
Uses of QEntity in io.qt.qt3d.animation
Fields in io.qt.qt3d.animation with type parameters of type QEntity Modifier and Type Field Description QObject.Signal1<QEntity>
QAnimationController. entityChanged
Methods in io.qt.qt3d.animation that return QEntity Modifier and Type Method Description QEntity
QAnimationController. entity()
Methods in io.qt.qt3d.animation with parameters of type QEntity Modifier and Type Method Description void
QAnimationController. setEntity(QEntity entity)
-
Uses of QEntity in io.qt.qt3d.core
Fields in io.qt.qt3d.core with type parameters of type QEntity Modifier and Type Field Description QObject.Signal1<QEntity>
QComponent. addedToEntity
QObject.Signal1<QEntity>
QComponent. removedFromEntity
Methods in io.qt.qt3d.core that return QEntity Modifier and Type Method Description QEntity
QEntity. parentEntity()
QEntity
QAspectEngine. rootEntity()
Methods in io.qt.qt3d.core that return types with arguments of type QEntity Modifier and Type Method Description QVector<QEntity>
QComponent. entities()
Methods in io.qt.qt3d.core with parameters of type QEntity Modifier and Type Method Description void
QAspectEngine. setRootEntity(QEntity root)
Constructors in io.qt.qt3d.core with parameters of type QEntity Constructor Description QComponentAddedChange(QComponent component, QEntity entity)
Deprecated.QComponentAddedChange(QEntity entity, QComponent component)
Deprecated.QComponentRemovedChange(QComponent component, QEntity entity)
Deprecated.QComponentRemovedChange(QEntity entity, QComponent component)
Deprecated. -
Uses of QEntity in io.qt.qt3d.extras
Subclasses of QEntity in io.qt.qt3d.extras Modifier and Type Class Description class
QAbstractCameraController
Basic functionality for camera controllersclass
QFirstPersonCameraController
Allows controlling the scene camera from the first person perspectiveclass
QOrbitCameraController
Allows controlling the scene camera along orbital pathclass
QSkyboxEntity
Qt3DExtras::QSkyboxEntity is a convenience Qt3DCore::QEntity subclass that can be used to insert a skybox in a 3D sceneclass
QText2DEntity
Allows creation of a 2D text in 3D spaceFields in io.qt.qt3d.extras with type parameters of type QEntity Modifier and Type Field Description QObject.Signal1<QEntity>
QForwardRenderer. cameraChanged
Methods in io.qt.qt3d.extras that return QEntity Modifier and Type Method Description QEntity
QForwardRenderer. camera()
Methods in io.qt.qt3d.extras with parameters of type QEntity Modifier and Type Method Description void
QForwardRenderer. setCamera(QEntity camera)
void
Qt3DWindow. setRootEntity(QEntity root)
-
Uses of QEntity in io.qt.qt3d.render
Subclasses of QEntity in io.qt.qt3d.render Modifier and Type Class Description class
QCamera
Defines a view point through which the scene will be renderedFields in io.qt.qt3d.render with type parameters of type QEntity Modifier and Type Field Description QObject.Signal1<QEntity>
QCameraSelector. cameraChanged
QObject.Signal1<QEntity>
QProximityFilter. entityChanged
Methods in io.qt.qt3d.render that return QEntity Modifier and Type Method Description QEntity
QCameraSelector. camera()
QEntity
QPickEvent. entity()
QEntity
QProximityFilter. entity()
QEntity
QRayCasterHit. entity()
Returns a pointer to the entity that was hitQEntity
QSceneLoader. entity(String entityName)
Methods in io.qt.qt3d.render with parameters of type QEntity Modifier and Type Method Description void
QCameraSelector. setCamera(QEntity camera)
void
QProximityFilter. setEntity(QEntity entity)
void
QCamera. viewEntity(QEntity entity)
-
Uses of QEntity in io.qt.qt3d.render.quick.scene2d
Methods in io.qt.qt3d.render.quick.scene2d that return types with arguments of type QEntity Modifier and Type Method Description QVector<QEntity>
QScene2D. entities()
Methods in io.qt.qt3d.render.quick.scene2d with parameters of type QEntity Modifier and Type Method Description void
QScene2D. addEntity(QEntity entity)
void
QScene2D. removeEntity(QEntity entity)