QSkeletonMapping#
Synopsis#
Properties#
Functions#
def
skeleton
()
Slots#
def
setSkeleton
(skeleton)
Signals#
def
skeletonChanged
(skeleton)
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
Detailed Description#
- class PySide6.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping([parent=None])#
- Parameters:
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping.skeleton: PySide6.Qt3DCore.Qt3DCore.QAbstractSkeleton#
- Access functions:
skeleton
()setSkeleton
(skeleton)Signal
skeletonChanged
(skeleton)
- PySide6.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping.setSkeleton(skeleton)#
- Parameters:
skeleton –
PySide6.Qt3DCore.Qt3DCore.QAbstractSkeleton
Setter of property skeleton
.
- PySide6.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping.skeleton()#
- Return type:
Getter of property skeleton
.
- PySide6.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping.skeletonChanged(skeleton)#
- Parameters:
skeleton –
PySide6.Qt3DCore.Qt3DCore.QAbstractSkeleton
Notification signal of property skeleton
.