QAnimationClipData¶
Class containing the animation data. More…
New in version 6.1.
Synopsis¶
Functions¶
def
appendChannel
(c)def
begin
()def
cbegin
()def
cend
()def
channelCount
()def
clearChannels
()def
end
()def
insertChannel
(index, c)def
isValid
()def
name
()def
removeChannel
(index)def
setName
(name)
Detailed Description¶
- class PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData¶
PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData(arg__1)
- Parameters
arg__1 –
PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.appendChannel(c)¶
- Parameters
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.begin()¶
- Return type
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.cbegin()¶
- Return type
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.cend()¶
- Return type
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.channelCount()¶
- Return type
int
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.clearChannels()¶
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.end()¶
- Return type
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.insertChannel(index, c)¶
- Parameters
index – int
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.isValid()¶
- Return type
bool
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.name()¶
- Return type
str
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.removeChannel(index)¶
- Parameters
index – int
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData.setName(name)¶
- Parameters
name – str
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.