SpriteGoal QML Type
스프라이트 파티클의 상태를 변경합니다. 더 보기...
Import Statement: | import QtQuick.Particles |
Inherits: |
속성
- goalState : string
- jump : bool
- systemStates : bool
상세 설명
프로퍼티 문서
goalState : string |
영향을 받는 파티클이 이동해야 하는 스프라이트의 이름입니다.
스프라이트 상태에는 지속 시간과 그 사이의 전환이 정의되어 있으며, 목표 상태를 설정하면 0을 포함한 모든 경로 가중치를 무시하고 목표 상태에 가장 빨리 도달할 수 있는 경로로 이동합니다. 해당 경로의 중간 상태를 통과합니다.
jump : bool |
true이면 영향을 받는 스프라이트는 목표 상태에 도달하기 위해 유효한 최단 경로를 따르지 않고 바로 점프합니다. 또한 현재 상태를 끝내지 않고 즉시 목표 상태의 시작 부분으로 이동합니다.
기본값은 false입니다.
© 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.