QClipBlendValue Class▲
-
Header: QClipBlendValue
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
-
qmake: QT += 3danimation
-
Inherited By:
-
Instantiated By: qml-qt3d-animation-clipblendvalue.xml
-
Inherits: Qt3DAnimation::QAbstractClipBlendNode
Detailed Description▲
Property Documentation▲
clip : Qt3DAnimation::QAbstractAnimationClip*▲
The animation clip that needs to be included in the blend tree.
Access functions:
-
*clip() const
-
void setClip( *clip)
Notifier signal:
-
void clipChanged( *clip)