Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

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.