godot/doc/classes/VisualShaderNodeConstant.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
487 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeConstant" inherits="VisualShaderNode" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
A base type for the constants within the visual shader graph.
</brief_description>
<description>
2022-12-07 14:59:34 +00:00
This is an abstract class. See the derived types for descriptions of the possible values.
</description>
<tutorials>
</tutorials>
</class>