소스 검색

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

Bhuvan Vemula 4 년 전
부모
커밋
e3fed7bde8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/PhysicsServer2D.xml

+ 1 - 1
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">