From e3fed7bde8f9b38344e2d24644f0957c7c94dd20 Mon Sep 17 00:00:00 2001 From: Bhuvan Vemula Date: Tue, 9 Mar 2021 08:38:28 +0530 Subject: [PATCH] Added Additional Description for PhysicsServer2D->area_create() method. --- doc/classes/PhysicsServer2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - 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.