godot_voxel/doc/source/api/VoxelServer.md
2021-04-10 01:43:55 +01:00

1.0 KiB

VoxelServer

Inherits: Object

Singleton handling common voxel processing in background threads.

Methods:

Return Signature
Dictionary get_stats ( )

Method Descriptions

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