EditorResourcePreviewGenerator::request_draw_and_wait

This commit is contained in:
Rob Blanckaert 2024-12-05 00:51:38 -08:00
parent 7ed0b61676
commit 2863d8cb1e
3 changed files with 15 additions and 0 deletions

View file

@ -54,5 +54,12 @@
Returns [code]true[/code] if your generator supports the resource of type [param type].
</description>
</method>
<method name="request_draw_and_wait" qualifiers="const">
<return type="void" />
<param index="0" name="viewport" type="RID" />
<description>
Call from within [method _generate] to request the rendering server draw to the [param viewport].
</description>
</method>
</methods>
</class>