Add descpription for rendering/limits/spatial_indexer/threaded_cull_minimum_instances

(cherry picked from commit 498f46063d)
This commit is contained in:
Erik Johnson 2023-12-16 19:01:03 -05:00 committed by Yuri Sizov
parent 2c062f1922
commit dfcd70c09f
1 changed files with 1 additions and 0 deletions

View File

@ -2467,6 +2467,7 @@
[b]Note:[/b] This setting is only effective when using the Compatibility rendering method, not Forward+ and Mobile.
</member>
<member name="rendering/limits/spatial_indexer/threaded_cull_minimum_instances" type="int" setter="" getter="" default="1000">
The minimum number of instances that must be present in a scene to enable culling computations on multiple threads. If a scene has fewer instances than this number, culling is done on a single thread.
</member>
<member name="rendering/limits/spatial_indexer/update_iterations_per_frame" type="int" setter="" getter="" default="10">
</member>