Uses of Class
io.qt.qt3d.core.QComponent
-
Uses of QComponent in io.qt.qt3d.core
Subclasses of QComponent in io.qt.qt3d.coreModifier and TypeClassDescriptionclassUsed to calculate skinning transform matrices and set them on shadersclassUsed to perform transforms on meshesMethods in io.qt.qt3d.core with type parameters of type QComponentModifier and TypeMethodDescriptionfinal <T extends QComponent>
QVector<T>QEntity.componentsOfType(Class<T> type) Methods in io.qt.qt3d.core that return types with arguments of type QComponentMethods in io.qt.qt3d.core with parameters of type QComponentModifier and TypeMethodDescriptionfinal voidQEntity.addComponent(QComponent comp) final voidQEntity.removeComponent(QComponent comp) Constructors in io.qt.qt3d.core with parameters of type QComponentModifierConstructorDescriptionQComponentAddedChange(QComponent component, QEntity entity) Deprecated.QComponentAddedChange(QEntity entity, QComponent component) Deprecated.QComponentRemovedChange(QComponent component, QEntity entity) Deprecated.QComponentRemovedChange(QEntity entity, QComponent component) Deprecated.