소스 검색

Document Line2D

Hein-Pieter van Braam 8 년 전
부모
커밋
b7c4b9b8cd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      doc/base/classes.xml

+ 4 - 0
doc/base/classes.xml

@@ -26310,8 +26310,10 @@
 </class>
 <class name="Line2D" inherits="Node2D" category="Core">
 	<brief_description>
+		A 2D line.
 	</brief_description>
 	<description>
+		A line through several points in 2D space.
 	</description>
 	<methods>
 		<method name="add_point">
@@ -26320,6 +26322,7 @@
 			<argument index="0" name="pos" type="Vector2">
 			</argument>
 			<description>
+				Add a point at the x/y position in the supplied [Vector2]
 			</description>
 		</method>
 		<method name="get_begin_cap_mode" qualifiers="const">
@@ -26408,6 +26411,7 @@
 			<argument index="0" name="i" type="int">
 			</argument>
 			<description>
+				Remove the point at index 'i' from the line.
 			</description>
 		</method>
 		<method name="set_begin_cap_mode">