mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
EditorResourcePreviewGenerator::request_draw_and_wait
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user