SpriteGoal QML Type
スプライトパーティクルの状態を変更します。詳細...
Import Statement: | import QtQuick.Particles |
Inherits: |
プロパティ
- goalState : string
- jump : bool
- systemStates : bool
物件詳細
プロパティの説明
goalState : string |
影響を受けるパーティクルが移動すべきスプライトの名前。
goalStateを設定すると、パスの重み付け(0を含む)を無視し、goalStateに最も早く到達するパスに向かいます。そのパスでは中間状態を通過します。
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.