mirror of
https://github.com/godotengine/godot.git
synced 2024-11-23 20:53:15 +00:00
grow_mask() description added
Description;
> Applies morphological dilation to the bitmap. The first argument is the dilation amount, Rect2 is the area where the dilation will be applied.
(cherry picked from commit 1c61c8ab55
)
This commit is contained in:
parent
5db6095bde
commit
58a30199b4
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user