diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-03-09 09:58:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 09:58:26 +0100 |
commit | cecc930e7897dec53a3449a9b6b9908aea351404 (patch) | |
tree | a94b6afbf10875de81dcd01d21629d4a54af67f6 | |
parent | 53bc6feabc91331a7392a1a1067eeb6377cafdfd (diff) | |
parent | e3fed7bde8f9b38344e2d24644f0957c7c94dd20 (diff) |
Merge pull request #46784 from Bhu1-V/doc-update
Documentation : Added Additional Description to PhysicsServer2D->area_create()
-rw-r--r-- | doc/classes/PhysicsServer2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PhysicsServer2D.xml b/doc/classes/PhysicsServer2D.xml index 1fa82adb7a..701a430538 100644 --- a/doc/classes/PhysicsServer2D.xml +++ b/doc/classes/PhysicsServer2D.xml @@ -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"> |