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:
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualShaderNode" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
Base class for nodes in a visual shader graph.
|
||||
Base class for [VisualShader] nodes. Not related to scene nodes.
|
||||
</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.
|
||||
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 also has connection ports that allow to connect it to another nodes and control the flow of the shader.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="VisualShaders">$DOCS_URL/tutorials/shaders/visual_shaders.html</link>
|
||||
<link title="Using VisualShaders">$DOCS_URL/tutorials/shaders/visual_shaders.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="clear_default_input_values">
|
||||
|
||||
Reference in New Issue
Block a user