Document remaining Visual Script classes

(cherry picked from commit 7f3186137e)
This commit is contained in:
Tomasz Chabora
2020-10-12 19:37:50 +02:00
committed by Rémi Verschelde
parent 6ad439226a
commit b1410bc498
17 changed files with 120 additions and 0 deletions

View File

@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptExpression" inherits="VisualScriptNode" version="3.4">
<brief_description>
A Visual Script node that can execute a custom expression.
</brief_description>
<description>
A Visual Script node that can execute a custom expression. Values can be provided for the input and the expression result can be retrieved from the output.
</description>
<tutorials>
</tutorials>