You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
doc: Sync classref with current source
This commit is contained in:
@@ -57,11 +57,7 @@
|
||||
</constant>
|
||||
<constant name="SUBDIV_1024" value="3" enum="Subdiv">
|
||||
</constant>
|
||||
<constant name="SUBDIV_2048" value="4" enum="Subdiv">
|
||||
</constant>
|
||||
<constant name="SUBDIV_4096" value="5" enum="Subdiv">
|
||||
</constant>
|
||||
<constant name="SUBDIV_MAX" value="6" enum="Subdiv">
|
||||
<constant name="SUBDIV_MAX" value="4" enum="Subdiv">
|
||||
</constant>
|
||||
<constant name="BAKE_QUALITY_LOW" value="0" enum="BakeQuality">
|
||||
</constant>
|
||||
@@ -73,5 +69,15 @@
|
||||
</constant>
|
||||
<constant name="BAKE_MODE_RAY_TRACE" value="1" enum="BakeMode">
|
||||
</constant>
|
||||
<constant name="BAKE_ERROR_OK" value="0" enum="BakeError">
|
||||
</constant>
|
||||
<constant name="BAKE_ERROR_NO_SAVE_PATH" value="1" enum="BakeError">
|
||||
</constant>
|
||||
<constant name="BAKE_ERROR_NO_MESHES" value="2" enum="BakeError">
|
||||
</constant>
|
||||
<constant name="BAKE_ERROR_CANT_CREATE_IMAGE" value="3" enum="BakeError">
|
||||
</constant>
|
||||
<constant name="BAKE_ERROR_USER_ABORTED" value="4" enum="BakeError">
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
</argument>
|
||||
<argument index="1" name="lightmap" type="Texture">
|
||||
</argument>
|
||||
<argument index="2" name="instance" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
||||
@@ -16,6 +16,12 @@
|
||||
Clear the dictionary, removing all key/value pairs.
|
||||
</description>
|
||||
</method>
|
||||
<method name="duplicate">
|
||||
<return type="Dictionary">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="empty">
|
||||
<return type="bool">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user