1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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

@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeResizableBase" inherits="VisualShaderNode" version="4.0">
<brief_description>
Base class for resizable nodes in a visual shader graph.
</brief_description>
<description>
Resizable nodes have a handle that allows the user to adjust their size as needed.
</description>
<tutorials>
</tutorials>