List of All Members for ParticleEmitter3D
This is the complete list of members for ParticleEmitter3D, including inherited members.
- EmitMode : enumeration
(since 6.10) - depthBias : real
- emitBursts : List<EmitBurst3D>
- emitMode : EmitMode
(since 6.10) - emitRate : real
- enabled : bool
- lifeSpan : int
- lifeSpanVariation : int
- particle : Particle3D
- particleEndScale : real
- particleEndScaleVariation : real
- particleRotation : vector3d
- particleRotationVariation : vector3d
- particleRotationVelocity : vector3d
- particleRotationVelocityVariation : vector3d
- particleScale : real
- particleScaleVariation : real
- reversed : bool
(since 6.10) - shape : ParticleAbstractShape3D
- system : ParticleSystem3D
- velocity : Direction3D
- vector3d burst(int count)
- vector3d burst(int count, int duration)
- vector3d burst(int count, int duration, vector3d position)
The following members are inherited from Node.
- eulerRotation : vector3d
- forward : vector3d [read-only]
- layers : int
- opacity : real
- pivot : vector3d
- position : vector3d
- right : vector3d [read-only]
- rotation : quaternion
- scale : vector3d
- scenePosition : vector3d [read-only]
- sceneRotation : quaternion [read-only]
- sceneScale : vector3d [read-only]
- sceneTransform : matrix4x4 [read-only]
- staticFlags : int
- up : vector3d [read-only]
- visible : bool
- x : real
- y : real
- z : real
- vector3d mapDirectionFromNode(QtQuick3D::Node node, vector3d localDirection)
- vector3d mapDirectionFromScene(vector3d sceneDirection)
- vector3d mapDirectionToNode(QtQuick3D::Node node, vector3d localDirection)
- vector3d mapDirectionToScene(vector3d localDirection)
- vector3d mapPositionFromNode(QtQuick3D::Node node, vector3d localPosition)
- vector3d mapPositionFromScene(vector3d scenePosition)
- vector3d mapPositionToNode(QtQuick3D::Node node, vector3d localPosition)
- vector3d mapPositionToScene(vector3d localPosition)
- void rotate(real degrees, vector3d axis, enumeration space)
The following members are inherited from Object3D.