Explorar el Código

Added Additional Description for PhysicsServer2D->area_create() method.

(cherry picked from commit e3fed7bde8f9b38344e2d24644f0957c7c94dd20)
Bhuvan Vemula hace 4 años
padre
commit
f695e7b4d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/classes/Physics2DServer.xml

+ 1 - 1
doc/classes/Physics2DServer.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">