VisualShaderNodeVectorClamp¶
Inherits: VisualShaderNode < Resource < Reference < Object
Clamps a vector value within the visual shader graph.
Description¶
Constrains a value to lie between min
and max
values. The operation is performed on each component of the vector individually.