1.0 KiB
1.0 KiB
VoxelServer
Inherits: Object
Singleton handling common voxel processing in background threads.
Methods:
Return | Signature |
---|---|
Dictionary | get_stats ( ) |
Method Descriptions
- Dictionary get_stats( )
Gets debug information about shared voxel processing.
The returned dictionary has the following structure:
{
"streaming": {
"tasks": int,
"active_threads": int,
"thread_count": int
},
"meshing": {
"tasks": int,
"active_threads": int,
"thread_count": int
}
}
Generated on Apr 10, 2021