Remove redundant info on the enum types used
This commit is contained in:
@ -27,10 +27,10 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="axis_stretch_horizontal" type="int" setter="set_h_axis_stretch_mode" getter="get_h_axis_stretch_mode" enum="NinePatchRect.AxisStretchMode" default="0">
|
||||
The stretch mode to use for horizontal stretching/tiling. See [enum NinePatchRect.AxisStretchMode] for possible values.
|
||||
The stretch mode to use for horizontal stretching/tiling.
|
||||
</member>
|
||||
<member name="axis_stretch_vertical" type="int" setter="set_v_axis_stretch_mode" getter="get_v_axis_stretch_mode" enum="NinePatchRect.AxisStretchMode" default="0">
|
||||
The stretch mode to use for vertical stretching/tiling. See [enum NinePatchRect.AxisStretchMode] for possible values.
|
||||
The stretch mode to use for vertical stretching/tiling.
|
||||
</member>
|
||||
<member name="draw_center" type="bool" setter="set_draw_center" getter="is_draw_center_enabled" default="true">
|
||||
If [code]true[/code], draw the panel's center. Else, only draw the 9-slice's borders.
|
||||
|
||||
Reference in New Issue
Block a user