QAbstractFunctor露
- PyQt5.Qt3DRender.QAbstractFunctor
Inherited by QBufferDataGenerator, QGeometryFactory, QTextureGenerator, QTextureImageDataGenerator.
Description露
QAbstractFunctor is an abstract base class for all functors.
The QAbstractFunctor is used as a base class for all functors and data generators in Qt3DRender module.
When user defines a new functor or generator, they need to implement the QAbstractFunctor::id() method, which should be done using the QT3D_FUNCTOR
macro in the class definition.