2019-09-24 11:44:48 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2021-03-23 13:40:34 +01:00
|
|
|
<class name="VisualShaderNodeScalarSwitch" inherits="VisualShaderNodeSwitch" version="3.3">
|
2019-09-24 11:44:48 +02:00
|
|
|
<brief_description>
|
2020-05-07 11:19:23 +02:00
|
|
|
A boolean/scalar function for use within the visual shader graph.
|
2019-09-24 11:44:48 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2020-05-07 11:19:23 +02:00
|
|
|
Returns an associated scalar if the provided boolean value is [code]true[/code] or [code]false[/code].
|
2019-09-24 11:44:48 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|