Table of Contents

Class VisualShaderNodeParticleEmit

A visual shader node that forces to emit a particle from a sub-emitter.

Inheritance
VisualShaderNodeParticleEmit

Remarks

This node internally calls emit_subparticle shader method. It will emit a particle from the configured sub-emitter and also allows to customize how its emitted. Requires a sub-emitter assigned to the particles node with this shader.

Properties

flags

Flags used to override the properties defined in the sub-emitter's process material.

var flags : int = 31

Property Value

int

Remarks

  • void set_flags(int value)
  • int get_flags