QSkeletonMapping#

Inheritance diagram of PySide6.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping

Synopsis#

Properties#

Functions#

Slots#

Signals#

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:

parentPySide6.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:
PySide6.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping.setSkeleton(skeleton)#
Parameters:

skeletonPySide6.Qt3DCore.Qt3DCore.QAbstractSkeleton

Setter of property skeleton .

PySide6.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping.skeleton()#
Return type:

PySide6.Qt3DCore.Qt3DCore.QAbstractSkeleton

Getter of property skeleton .

PySide6.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping.skeletonChanged(skeleton)#
Parameters:

skeletonPySide6.Qt3DCore.Qt3DCore.QAbstractSkeleton

Notification signal of property skeleton .