Table of Contents

Class VisualShaderNodeParticleAccelerator

A visual shader node that accelerates particles.

Inheritance
VisualShaderNodeParticleAccelerator

Remarks

Particle accelerator can be used in "process" step of particle shader. It will accelerate the particles. Connect it to the Velocity output port.

Properties

mode

Defines in what manner the particles will be accelerated.

var mode : int = 0

Property Value

int

Remarks

  • void set_mode(int value)
  • int get_mode