Files
shinobu/modules/visual_script/doc_classes/VisualScriptResourcePath.xml
T

34 lines
755 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
2017-11-24 09:16:52 +01:00
<class name="VisualScriptResourcePath" inherits="VisualScriptNode" category="Core" version="3.0-beta">
<brief_description>
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<demos>
</demos>
<methods>
<method name="get_resource_path">
<return type="String">
</return>
<description>
</description>
</method>
<method name="set_resource_path">
<return type="void">
</return>
<argument index="0" name="path" type="String">
</argument>
<description>
</description>
</method>
</methods>
<members>
2017-09-13 08:49:40 +02:00
<member name="path" type="String" setter="set_resource_path" getter="get_resource_path">
</member>
</members>
<constants>
</constants>
</class>