mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Improve the top docs sections of VFX classes
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
A custom shader program with a visual editor.
|
||||
</brief_description>
|
||||
<description>
|
||||
This class allows you to define a custom shader program that can be used for various materials to render objects.
|
||||
The visual shader editor creates the shader.
|
||||
This class provides a graph-like visual editor for creating a [Shader]. Although [VisualShader]s do not require coding, they share the same logic with script shaders. They use [VisualShaderNode]s that can be connected to each other to control the flow of the shader. The visual shader graph is converted to a script shader behind the scenes.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="Using VisualShaders">$DOCS_URL/tutorials/shaders/visual_shaders.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="add_node">
|
||||
|
||||
Reference in New Issue
Block a user