Uses of Class
io.qt.qt3d.core.QEntity
Package | Description |
---|---|
io.qt.qt3d.animation | |
io.qt.qt3d.core | |
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 QList<QEntity>
QComponent. entities()
Methods in io.qt.qt3d.core with parameters of type QEntity Modifier and Type Method Description void
QAspectEngine. 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 QList<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)