Attention: Here be dragons (unstable version)
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Redot.
Checking the stable version of the documentation...
VisualShaderNodeDotProduct
Inherits: VisualShaderNode < Resource < RefCounted < Object
Calculates a dot product of two vectors within the visual shader graph.
Description
Translates to dot(a, b)
in the shader language.