Run doctool after overridden properties changes

This commit is contained in:
Bojidar Marinov
2019-09-03 13:44:58 +03:00
parent 6c4407bae4
commit b397bcf4a1
105 changed files with 227 additions and 11 deletions

View File

@ -18,6 +18,7 @@
<member name="filter_clip" type="bool" setter="set_filter_clip" getter="has_filter_clip" default="false">
If [code]true[/code], clips the area outside of the region to avoid bleeding of the surrounding texture pixels.
</member>
<member name="flags" type="int" setter="set_flags" getter="get_flags" override="true" default="0"/>
<member name="margin" type="Rect2" setter="set_margin" getter="get_margin" default="Rect2( 0, 0, 0, 0 )">
The margin around the region. The [Rect2]'s [member Rect2.size] parameter ("w" and "h" in the editor) resizes the texture so it fits within the margin.
</member>