2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-07-06 10:08:05 +02:00
<class name= "StyleBoxTexture" inherits= "StyleBox" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-12 22:42:36 +02:00
<brief_description >
2023-04-30 16:26:09 +02:00
A texture-based nine-patch [StyleBox].
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2023-04-30 16:26:09 +02:00
A texture-based nine-patch [StyleBox], in a way similar to [NinePatchRect]. This stylebox performs a 3× 3 scaling of a texture, where only the center cell is fully stretched. This makes it possible to design bordered styles regardless of the stylebox's size.
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<methods >
2023-01-19 17:14:09 +01:00
<method name= "get_expand_margin" qualifiers= "const" >
2021-07-30 15:28:05 +02:00
<return type= "float" />
2022-08-06 20:11:48 +02:00
<param index= "0" name= "margin" type= "int" enum= "Side" />
2019-06-27 16:10:09 +02:00
<description >
2020-12-22 17:24:29 +01:00
Returns the expand margin size of the specified [enum Side].
2019-06-27 16:10:09 +02:00
</description>
</method>
2023-01-19 17:14:09 +01:00
<method name= "get_texture_margin" qualifiers= "const" >
2021-07-30 15:28:05 +02:00
<return type= "float" />
2022-08-06 20:11:48 +02:00
<param index= "0" name= "margin" type= "int" enum= "Side" />
2019-06-27 16:10:09 +02:00
<description >
2020-12-22 17:24:29 +01:00
Returns the margin size of the specified [enum Side].
2019-06-27 16:10:09 +02:00
</description>
</method>
2023-01-19 17:14:09 +01:00
<method name= "set_expand_margin" >
2021-07-30 15:28:05 +02:00
<return type= "void" />
2023-01-19 17:14:09 +01:00
<param index= "0" name= "margin" type= "int" enum= "Side" />
<param index= "1" name= "size" type= "float" />
2017-09-12 22:42:36 +02:00
<description >
2023-01-19 17:14:09 +01:00
Sets the expand margin to [param size] pixels for the specified [enum Side].
2017-09-12 22:42:36 +02:00
</description>
</method>
2023-01-19 17:14:09 +01:00
<method name= "set_expand_margin_all" >
2021-07-30 15:28:05 +02:00
<return type= "void" />
2023-01-19 17:14:09 +01:00
<param index= "0" name= "size" type= "float" />
2019-06-27 16:10:09 +02:00
<description >
2023-02-20 04:18:57 +01:00
Sets the expand margin to [param size] pixels for all sides.
2019-06-27 16:10:09 +02:00
</description>
</method>
2023-01-19 17:14:09 +01:00
<method name= "set_texture_margin" >
2021-07-30 15:28:05 +02:00
<return type= "void" />
2022-08-06 20:11:48 +02:00
<param index= "0" name= "margin" type= "int" enum= "Side" />
<param index= "1" name= "size" type= "float" />
2019-06-27 16:10:09 +02:00
<description >
2022-08-10 04:00:19 +02:00
Sets the margin to [param size] pixels for the specified [enum Side].
2019-06-27 16:10:09 +02:00
</description>
</method>
2023-01-19 17:14:09 +01:00
<method name= "set_texture_margin_all" >
2022-03-12 05:38:44 +01:00
<return type= "void" />
<param index= "0" name= "size" type= "float" />
<description >
Sets the margin to [param size] pixels for all sides.
</description>
</method>
2017-09-12 22:42:36 +02:00
</methods>
<members >
2019-06-29 12:38:01 +02:00
<member name= "axis_stretch_horizontal" type= "int" setter= "set_h_axis_stretch_mode" getter= "get_h_axis_stretch_mode" enum= "StyleBoxTexture.AxisStretchMode" default= "0" >
2019-12-03 15:46:11 +01:00
Controls how the stylebox's texture will be stretched or tiled horizontally. See [enum AxisStretchMode] for possible values.
2017-09-12 22:42:36 +02:00
</member>
2019-06-29 12:38:01 +02:00
<member name= "axis_stretch_vertical" type= "int" setter= "set_v_axis_stretch_mode" getter= "get_v_axis_stretch_mode" enum= "StyleBoxTexture.AxisStretchMode" default= "0" >
2019-12-03 15:46:11 +01:00
Controls how the stylebox's texture will be stretched or tiled vertically. See [enum AxisStretchMode] for possible values.
2017-09-12 22:42:36 +02:00
</member>
2019-06-29 12:38:01 +02:00
<member name= "draw_center" type= "bool" setter= "set_draw_center" getter= "is_draw_center_enabled" default= "true" >
2019-12-03 15:46:11 +01:00
If [code]true[/code], the nine-patch texture's center tile will be drawn.
2017-09-12 22:42:36 +02:00
</member>
2023-01-19 17:14:09 +01:00
<member name= "expand_margin_bottom" type= "float" setter= "set_expand_margin" getter= "get_expand_margin" default= "0.0" >
2019-06-22 01:04:47 +02:00
Expands the bottom margin of this style box when drawing, causing it to be drawn larger than requested.
2017-09-12 22:42:36 +02:00
</member>
2023-01-19 17:14:09 +01:00
<member name= "expand_margin_left" type= "float" setter= "set_expand_margin" getter= "get_expand_margin" default= "0.0" >
2019-06-22 01:04:47 +02:00
Expands the left margin of this style box when drawing, causing it to be drawn larger than requested.
2017-09-12 22:42:36 +02:00
</member>
2023-01-19 17:14:09 +01:00
<member name= "expand_margin_right" type= "float" setter= "set_expand_margin" getter= "get_expand_margin" default= "0.0" >
2019-06-22 01:04:47 +02:00
Expands the right margin of this style box when drawing, causing it to be drawn larger than requested.
2017-09-12 22:42:36 +02:00
</member>
2023-01-19 17:14:09 +01:00
<member name= "expand_margin_top" type= "float" setter= "set_expand_margin" getter= "get_expand_margin" default= "0.0" >
2019-06-22 01:04:47 +02:00
Expands the top margin of this style box when drawing, causing it to be drawn larger than requested.
2017-09-12 22:42:36 +02:00
</member>
2023-01-19 17:14:09 +01:00
<member name= "modulate_color" type= "Color" setter= "set_modulate" getter= "get_modulate" default= "Color(1, 1, 1, 1)" >
Modulates the color of the texture when this style box is drawn.
</member>
<member name= "region_rect" type= "Rect2" setter= "set_region_rect" getter= "get_region_rect" default= "Rect2(0, 0, 0, 0)" >
Species a sub-region of the texture to use.
This is equivalent to first wrapping the texture in an [AtlasTexture] with the same region.
2023-01-26 00:44:29 +01:00
If empty ([code]Rect2(0, 0, 0, 0)[/code]), the whole texture will be used.
2023-01-19 17:14:09 +01:00
</member>
<member name= "texture" type= "Texture2D" setter= "set_texture" getter= "get_texture" >
The texture to use when drawing this style box.
</member>
<member name= "texture_margin_bottom" type= "float" setter= "set_texture_margin" getter= "get_texture_margin" default= "0.0" >
2019-06-22 01:04:47 +02:00
Increases the bottom margin of the 3× 3 texture box.
A higher value means more of the source texture is considered to be part of the bottom border of the 3× 3 box.
2019-02-06 17:18:02 +01:00
This is also the value used as fallback for [member StyleBox.content_margin_bottom] if it is negative.
2017-09-12 22:42:36 +02:00
</member>
2023-01-19 17:14:09 +01:00
<member name= "texture_margin_left" type= "float" setter= "set_texture_margin" getter= "get_texture_margin" default= "0.0" >
2019-06-22 01:04:47 +02:00
Increases the left margin of the 3× 3 texture box.
A higher value means more of the source texture is considered to be part of the left border of the 3× 3 box.
2019-02-06 17:18:02 +01:00
This is also the value used as fallback for [member StyleBox.content_margin_left] if it is negative.
2017-09-12 22:42:36 +02:00
</member>
2023-01-19 17:14:09 +01:00
<member name= "texture_margin_right" type= "float" setter= "set_texture_margin" getter= "get_texture_margin" default= "0.0" >
2019-06-22 01:04:47 +02:00
Increases the right margin of the 3× 3 texture box.
A higher value means more of the source texture is considered to be part of the right border of the 3× 3 box.
2019-02-06 17:18:02 +01:00
This is also the value used as fallback for [member StyleBox.content_margin_right] if it is negative.
2017-09-12 22:42:36 +02:00
</member>
2023-01-19 17:14:09 +01:00
<member name= "texture_margin_top" type= "float" setter= "set_texture_margin" getter= "get_texture_margin" default= "0.0" >
2019-06-22 01:04:47 +02:00
Increases the top margin of the 3× 3 texture box.
A higher value means more of the source texture is considered to be part of the top border of the 3× 3 box.
2019-02-06 17:18:02 +01:00
This is also the value used as fallback for [member StyleBox.content_margin_top] if it is negative.
2017-09-12 22:42:36 +02:00
</member>
</members>
<constants >
2017-11-24 23:16:30 +01:00
<constant name= "AXIS_STRETCH_MODE_STRETCH" value= "0" enum= "AxisStretchMode" >
2019-12-03 15:46:11 +01:00
Stretch the stylebox's texture. This results in visible distortion unless the texture size matches the stylebox's size perfectly.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "AXIS_STRETCH_MODE_TILE" value= "1" enum= "AxisStretchMode" >
2019-12-03 15:46:11 +01:00
Repeats the stylebox's texture to match the stylebox's size according to the nine-patch system.
2017-09-12 22:42:36 +02:00
</constant>
2017-11-24 23:16:30 +01:00
<constant name= "AXIS_STRETCH_MODE_TILE_FIT" value= "2" enum= "AxisStretchMode" >
2019-12-03 15:46:11 +01:00
Repeats the stylebox's texture to match the stylebox's size according to the nine-patch system. Unlike [constant AXIS_STRETCH_MODE_TILE], the texture may be slightly stretched to make the nine-patch texture tile seamlessly.
2017-09-12 22:42:36 +02:00
</constant>
</constants>
</class>