Work in progress
Godot documentation is being updated to reflect the latest changes in version
4.0
. Some documentation pages may
still state outdated information. This banner will tell you if you're reading one of such pages.
The contents of this page are up to date. If you can still find outdated information, please open an issue.
VisualShaderNodeParticleEmitter¶
Inherits: VisualShaderNode < Resource < RefCounted < Object
Inherited By: VisualShaderNodeParticleBoxEmitter, VisualShaderNodeParticleMeshEmitter, VisualShaderNodeParticleRingEmitter, VisualShaderNodeParticleSphereEmitter
A base class for particle emitters.
Description¶
Particle emitter nodes can be used in "start" step of particle shaders and they define the starting position of the particles. Connect them to the Position output port.
Properties¶
|
Property Descriptions¶
bool mode_2d = false
If true
, the result of this emitter is projected to 2D space. By default it is false
and meant for use in 3D space.