소스 검색

Fix description of OccluderShapePolygon.two_way

Haoyu Qiu 3 년 전
부모
커밋
0e9a9a7ee2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/OccluderShapePolygon.xml

+ 1 - 1
doc/classes/OccluderShapePolygon.xml

@@ -37,7 +37,7 @@
 			Allows changing the polygon geometry from code.
 		</member>
 		<member name="two_way" type="bool" setter="set_two_way" getter="is_two_way" default="true">
-			Specifies whether the occluder should operate one way only, or from both sides.
+			Specifies whether the occluder should operate from both sides. If [code]false[/code], the occluder will operate one way only.
 		</member>
 	</members>
 	<constants>