PySide6.Qt3DCore.Qt3DCore.QAbstractAspect¶
- class QAbstractAspect¶
- QAbstractAspectis the base class for aspects that provide a vertical slice of behavior.- Inherited by: - QRenderAspect,- QLogicAspect,- QInputAspect,- QCoreAspect,- QAnimationAspect- Synopsis¶- Methods¶- def - __init__()
- def - rootEntityId()
 - Virtual methods¶- def - dependencies()
 - Note - This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE - Constructs a new - QAbstractAspectwith- parent- dependencies()¶
- Return type:
- list of strings 
 
 - registerBackendType(obj, functor)¶
- Parameters:
- obj – - QMetaObject
- functor – - QSharedPointer
 
 
 - Registers backend with - objand- functor.- rootEntityId()¶
- Return type:
- QNodeId
 
 - Returns root entity node id. - scheduleSingleShotJob(job)¶
- Parameters:
- job – - QSharedPointer
 
 - unregisterBackendType(arg__1)¶
- Parameters:
- arg__1 – - QMetaObject