ClipAnimator QML Type
ClipAnimator는 간단한 애니메이션 재생 기능을 제공하는 컴포넌트입니다. 더 보기...
Import Statement: | import Qt3D.Animation 2.8 |
In C++: | QClipAnimator |
Inherits: | |
Status: | Deprecated |
속성
- clip : var
상세 설명
엔티티가 ClipAnimator의 인스턴스를 집계하여 애니메이션 클립을 재생하고 계산된 애니메이션 값을 QObject의 프로퍼티에 적용하는 기능을 추가할 수 있습니다.
애니메이션 키 프레임 데이터는 클립 속성을 통해 제공됩니다. 애니메이션 클립은 애니메이션 클립을 사용하여 프로그래밍 방식으로 만들거나 애니메이션 클립 로더를 사용하여 파일에서 로드할 수 있습니다.
애니메이션 클립의 데이터 채널에서 재생된 값을 적용하려면 클립 애니메이터에 채널맵퍼 프로퍼티에 할당된 채널맵퍼 객체가 있어야 합니다.
애니메이터 제어를 위한 프로퍼티는 AbstractClipAnimator 베이스 클래스에서 제공합니다.
AbstractClipAnimator, AbstractAnimationClip, ChannelMapper, BlendedClipAnimator 을참조하세요 .
프로퍼티 문서
clip : var |
이 속성은 재생할 키 프레임 데이터가 포함된 애니메이션 클립을 보유합니다. 키 프레임 데이터는 애니메이션 클립 또는 애니메이션 클립 로더에서 지정할 수 있습니다.
© 2025 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.