Added Additional Description for PhysicsServer2D->area_create() method.

(cherry picked from commit e3fed7bde8)
This commit is contained in:
Bhuvan Vemula 2021-03-09 08:38:28 +05:30 committed by Rémi Verschelde
parent 1435e2c0f9
commit f695e7b4d9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<return type="RID">
</return>
<description>
Creates an [Area2D].
Creates an [Area2D]. After creating an [Area2D] with this method, assign it to a space using [method area_set_space] to use the created [Area2D] in the physics world.
</description>
</method>
<method name="area_get_canvas_instance_id" qualifiers="const">