mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Sync classref with current source
Also fix binding of Basis.slerp
This commit is contained in:
@@ -149,6 +149,18 @@
|
||||
Removes a shape from an area. It does not delete the shape, so it can be reassigned later.
|
||||
</description>
|
||||
</method>
|
||||
<method name="area_set_area_monitor_callback">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="area" type="RID">
|
||||
</argument>
|
||||
<argument index="1" name="receiver" type="Object">
|
||||
</argument>
|
||||
<argument index="2" name="method" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="area_set_collision_layer">
|
||||
<return type="void">
|
||||
</return>
|
||||
@@ -189,6 +201,16 @@
|
||||
5: The shape index of the area where the object entered/exited.
|
||||
</description>
|
||||
</method>
|
||||
<method name="area_set_monitorable">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="area" type="RID">
|
||||
</argument>
|
||||
<argument index="1" name="monitorable" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="area_set_param">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user