3fa77b3172
It has no practical use case and just generates noise for each alpha, beta, etc.
26 lines
669 B
XML
26 lines
669 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualScriptPreload" inherits="VisualScriptNode" category="Core" version="3.1">
|
|
<brief_description>
|
|
Creates a new [Resource] or loads one from the filesystem.
|
|
</brief_description>
|
|
<description>
|
|
Creates a new [Resource] or loads one from the filesystem.
|
|
[b]Input Ports:[/b]
|
|
none
|
|
[b]Output Ports:[/b]
|
|
- Data (object): [code]res[/code]
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<demos>
|
|
</demos>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="resource" type="Resource" setter="set_preload" getter="get_preload">
|
|
The [Resource] to load.
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|