mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
EditorResourcePreviewGenerator::request_draw_and_wait
This commit is contained in:
parent
7ed0b61676
commit
2863d8cb1e
3 changed files with 15 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue