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 프로퍼티로 정의된 파티클에서 가져옵니다.


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