Up to date

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

VisualShaderNodeVectorLen

Inherits: VisualShaderNodeVectorBase < VisualShaderNode < Resource < RefCounted < Object

Returns the length of a Vector3 within the visual shader graph.

Description

Translated to length(p0) in the shader language.