Improve the top docs sections of VFX classes
This commit is contained in:
parent
237bd0a615
commit
57d05ffc66
46 changed files with 103 additions and 98 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue