diff options
author | Bhuvan Vemula <bhuvanvemula@gmail.com> | 2021-03-09 08:38:28 +0530 |
---|---|---|
committer | Bhuvan Vemula <bhuvanvemula@gmail.com> | 2021-03-09 09:03:10 +0530 |
commit | e3fed7bde8f9b38344e2d24644f0957c7c94dd20 (patch) | |
tree | 4f8cc55c2a37d332ddcc73b488b10d72fc9f0258 /doc/classes/PhysicsServer2D.xml | |
parent | 7739db379944d7479c5ea2ebad9a78e3bf33fc6f (diff) | |
download | redot-engine-e3fed7bde8f9b38344e2d24644f0957c7c94dd20.tar.gz |
Added Additional Description for PhysicsServer2D->area_create() method.
Diffstat (limited to 'doc/classes/PhysicsServer2D.xml')
-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"> |