Up to date

This page is up to date for Blazium 0.4.90 (4.3). If you 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๏ƒ

bool

mode_2d

false


Property Descriptions๏ƒ

bool mode_2d = false ๐Ÿ”—

  • void set_mode_2d(value: bool)

  • bool is_mode_2d()

If true, the result of this emitter is projected to 2D space. By default it is false and meant for use in 3D space.