SpriteGoal QML Type
For changing the state of a sprite particle. More...
Import Statement: | import QtQuick.Particles 2.15 |
Inherits: |
Properties
- goalState : string
- jump : bool
- systemStates : bool
Detailed Description
Property Documentation
The name of the Sprite which the affected particles should move to.
Sprite states have defined durations and transitions between them, setting goalState will cause it to disregard any path weightings (including 0) and head down the path which will reach the goalState quickest. It will pass through intermediate states on that path.
If true, affected sprites will jump directly to the goal state instead of taking the shortest valid path to get there. They will also not finish their current state, but immediately move to the beginning of the goal state.
Default is false.
deprecated, use GroupGoal instead