TargetDirection QML Type
用于指定朝向目标点的方向。更多
Import Statement: | import QtQuick.Particles |
Inherits: |
属性
- magnitude : real
- magnitudeVariation : real
- proportionalMagnitude : bool
- targetItem : Item
- targetVariation : real
- targetX : real
- targetY : real
详细说明
属性文档
magnitude : real |
magnitudeVariation : real |
proportionalMagnitude : bool |
如果为 true,则 magnitude 和magnitudeVariation 的值应解释为每秒源点和目标点之间距离的倍数。
如果为 false(默认值),则 magnitude 和magnitudeVariation 的值将解释为每秒像素数。
targetVariation : real |
targetX : real |
targetY : real |
© 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.