mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Sync classref with current source
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="generate" qualifiers="virtual">
|
||||
<return type="Texture">
|
||||
<return type="Texture2D">
|
||||
</return>
|
||||
<argument index="0" name="from" type="Resource">
|
||||
</argument>
|
||||
@@ -31,7 +31,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="generate_from_path" qualifiers="virtual">
|
||||
<return type="Texture">
|
||||
<return type="Texture2D">
|
||||
</return>
|
||||
<argument index="0" name="path" type="String">
|
||||
</argument>
|
||||
|
||||
Reference in New Issue
Block a user