このページでは

TrailEmitter3D QML Type

他のパーティクルから論理パーティクルを取り出すためのエミッター。詳細...

Import Statement: import QtQuick3D.Particles3D
Since: Qt 6.2
Inherits:

ParticleEmitter3D

プロパティ

方法

  • vector3d burst(int count)

詳細説明

TrailEmitter3D は、他の論理パーティクルから継承した開始位置を持つパーティクルを放出するための特別なエミッタです。

プロパティの説明

follow : Particle3D

このプロパティは、このエミッタが従う論理パーティクルを定義します。TrailEmitter3D がパーティクルを放出するとき、それらのパーティクルの中心位置は、エミッタが従うParticle3D からになります。

メソッドの説明

vector3d burst(int count)

このメソッドは、このエミッタからcount の量のパーティクルを即座に放出します。

注意: TrailEmitter3D は他のバーストメソッドをサポートしていません。位置は常にfollow プロパティで定義されたパーティクルから得られます。

© 2026 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.