Document some of the VisualScript classes.
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build">
|
||||
<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>
|
||||
@ -26,6 +28,7 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="constant" type="String" setter="set_singleton" getter="get_singleton">
|
||||
The singleton's name.
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
|
||||
Reference in New Issue
Block a user