12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" category="Core" version="3.2">
- <brief_description>
- A Visual Script node returning a singleton from [@GlobalScope]
- </brief_description>
- <description>
- A Visual Script node returning a singleton from [@GlobalScope]
- </description>
- <tutorials>
- </tutorials>
- <demos>
- </demos>
- <methods>
- </methods>
- <members>
- <member name="constant" type="String" setter="set_singleton" getter="get_singleton">
- The singleton's name.
- </member>
- </members>
- <constants>
- </constants>
- </class>
|