godot_voxel/doc/docs/api/VoxelServer.md
Marc Gilleron ce198c2670 Some doc
2021-01-21 20:04:53 +00: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 Jan 21, 2021