godot_voxel/doc/classes/VoxelServer.xml
2020-09-28 18:37:34 +01:00

37 lines
786 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="VoxelServer" inherits="Object" version="3.2">
<brief_description>
Singleton handling common voxel processing.
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
<method name="get_stats">
<return type="Dictionary">
</return>
<description>
Gets debug information about shared voxel processing.
The returned dictionary has the following structure:
[codeblock]
{
"streaming": {
"tasks": int,
"active_threads": int,
"thread_count": int
},
"meshing": {
"tasks": int,
"active_threads": int,
"thread_count": int
}
}
[/codeblock]
</description>
</method>
</methods>
<constants>
</constants>
</class>