ce43c92208
Fix typo in `VisualShaderNodeCompare.ComparisonType` name.
15 lines
438 B
XML
15 lines
438 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualShaderNodeColorUniform" inherits="VisualShaderNodeUniform" category="Core" version="3.2">
|
|
<brief_description>
|
|
A [Color] uniform to be used within the visual shader graph.
|
|
</brief_description>
|
|
<description>
|
|
Translated to [code]uniform vec4[/code] in the shader language.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|