godot/doc/classes/VisualShaderNodeVectorScalarMix.xml

16 lines
549 B
XML
Raw Normal View History

2019-08-13 12:35:50 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeVectorScalarMix" inherits="VisualShaderNode" version="3.2">
2019-08-13 12:35:50 +02:00
<brief_description>
Linearly interpolates between two vectors using a scalar. For use within the visual shader graph.
2019-08-13 12:35:50 +02:00
</brief_description>
<description>
Translates to [code]mix(a, b, weight)[/code] in the shader language, where [code]a[/code] and [code]b[/code] are vectors and [code]weight[/code] is a scalar.
2019-08-13 12:35:50 +02:00
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<constants>
</constants>
</class>