Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

VisualShaderNodeParticleOutput

Inherits: VisualShaderNodeOutput < VisualShaderNode < Resource < RefCounted < Object

Visual shader node that defines output values for particle emitting.

Description

This node defines how particles are emitted. It allows to customize e.g. position and velocity. Available ports are different depending on which function this node is inside (start, process, collision) and whether custom data is enabled.