Added Additional Description for PhysicsServer2D->area_create() method.
This commit is contained in:
parent
7739db3799
commit
e3fed7bde8
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
<return type="RID">
|
<return type="RID">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="area_get_canvas_instance_id" qualifiers="const">
|
<method name="area_get_canvas_instance_id" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue