ParticleShape3D QML Type

이미터와 이펙터를 위한 3D 모양을 제공합니다. 더 보기...

Import Statement: import QtQuick3D.Particles3D
Since: Qt 6.2

속성

상세 설명

ParticleShape3D 요소는 파티클에 필요한 Cube, SphereCylinder 와 같은 모양을 지원합니다. 예를 들어 이미터는 shape 속성을 사용하여 셰이프 영역에서 파티클을 방출할 수 있습니다.

셰이프에는 위치, 스케일 또는 회전이 없습니다. 대신 이러한 프로퍼티에는 부모 노드를 사용합니다.

프로퍼티 문서

ShapeType : enumeration

셰이프의 유형을 정의합니다.

Constant설명
ParticleShape3D.Cube큐브 모양입니다.
ParticleShape3D.Sphere구 모양.
ParticleShape3D.Cylinder원통 모양.

extents : vector3d

이 속성은 도형의 범위를 정의합니다.

각 축의 기본값은 50 입니다.


fill : bool

이 속성은 도형을 채울지 아니면 도형 윤곽선만 사용할지 정의합니다.

기본값은 true 입니다.


type : ShapeType

이 속성은 도형의 유형을 정의합니다.

기본값은 ParticleShape3D.Cube 입니다.


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