Kuesa::Qt3D::AnimationPlayerItem
#include <animationplayeritem.h>
Inherits from QObject
Public Slots
|
Name |
void |
setName(const QString & name) |
Public Signals
Public Functions
Public Properties
|
Name |
QQmlListProperty< Qt3DCore::QNode > |
targets |
QString |
name |
Public Slots Documentation
slot setName
| void setName(
const QString & name
)
|
Public Signals Documentation
signal nameChanged
| void nameChanged(
const QString & name
)
|
Public Functions Documentation
function AnimationPlayerItem
| AnimationPlayerItem(
QObject * parent =nullptr
)
|
function ~AnimationPlayerItem
function name
function targetList
| QQmlListProperty< Qt3DCore::QNode > targetList()
|
function parentAnimationPlayer
| inline AnimationPlayer * parentAnimationPlayer() const
|
Public Property Documentation
property targets
| QQmlListProperty< Qt3DCore::QNode > targets;
|
property name
Updated on 2023-07-03 at 11:02:06 +0000