Browse Source

Merge pull request #101511 from QbieShay/qbe/particle_req_proc_doc

Add documentation to `particles_request_process_time`
Rémi Verschelde 8 months ago
parent
commit
b3a44e8d51
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/classes/RenderingServer.xml

+ 1 - 0
doc/classes/RenderingServer.xml

@@ -2940,6 +2940,7 @@
 			<param index="0" name="particles" type="RID" />
 			<param index="1" name="time" type="float" />
 			<description>
+				Requests particles to process for extra process time during a single frame.
 			</description>
 		</method>
 		<method name="particles_restart">