Document remaining Visual Script classes

This commit is contained in:
Tomasz Chabora
2020-10-12 19:37:50 +02:00
committed by kobewi
parent 7bc52e56c0
commit 1054956461
21 changed files with 146 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
Base class for nodes in a visual shader graph.
</brief_description>
<description>
Visual shader graphs consist of various nodes. Each node in the graph is a separate object and they are represented as a rectangular boxes with title and a set of properties. Each node has also connection ports that allow to connect it to another nodes and control the flow of the shader.
</description>
<tutorials>
<link title="VisualShaders">https://docs.godotengine.org/en/latest/tutorials/shading/visual_shaders.html</link>