Merge pull request #46784 from Bhu1-V/doc-update

Documentation : Added Additional Description to PhysicsServer2D->area_create()
This commit is contained in:
Rémi Verschelde 2021-03-09 09:58:26 +01:00 committed by GitHub
commit cecc930e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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">