소스 검색

Merge pull request #41198 from hazarek/master

grow_mask() description added
Rémi Verschelde 5 년 전
부모
커밋
334c4129a4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/classes/BitMap.xml

+ 1 - 0
doc/classes/BitMap.xml

@@ -60,6 +60,7 @@
 			<argument index="1" name="rect" type="Rect2">
 			</argument>
 			<description>
+				Applies morphological dilation to the bitmap. The first argument is the dilation amount, Rect2 is the area where the dilation will be applied.
 			</description>
 		</method>
 		<method name="opaque_to_polygons" qualifiers="const">