From f1a76a88207d6eab65b32bcfaecc231b7e38c978 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 3 Dec 2019 15:46:11 +0100 Subject: Improve the StyleBox class documentations --- doc/classes/StyleBoxTexture.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'doc/classes/StyleBoxTexture.xml') diff --git a/doc/classes/StyleBoxTexture.xml b/doc/classes/StyleBoxTexture.xml index d5efc80846..af4186dcb6 100644 --- a/doc/classes/StyleBoxTexture.xml +++ b/doc/classes/StyleBoxTexture.xml @@ -15,6 +15,7 @@ + Returns the size of the given [code]margin[/code]'s expand margin. See [enum Margin] for possible values. @@ -23,6 +24,7 @@ + Returns the size of the given [code]margin[/code]. See [enum Margin] for possible values. @@ -31,6 +33,7 @@ + Sets the expand margin to [code]size[/code] pixels for all margins. @@ -45,6 +48,7 @@ + Sets the expand margin for each margin to [code]size_left[/code], [code]size_top[/code], [code]size_right[/code], and [code]size_bottom[/code] pixels. @@ -55,6 +59,7 @@ + Sets the expand margin to [code]size[/code] pixels for the given [code]margin[/code]. See [enum Margin] for possible values. @@ -65,15 +70,19 @@ + Sets the margin to [code]size[/code] pixels for the given [code]margin[/code]. See [enum Margin] for possible values. + Controls how the stylebox's texture will be stretched or tiled horizontally. See [enum AxisStretchMode] for possible values. + Controls how the stylebox's texture will be stretched or tiled vertically. See [enum AxisStretchMode] for possible values. + If [code]true[/code], the nine-patch texture's center tile will be drawn. Expands the bottom margin of this style box when drawing, causing it to be drawn larger than requested. @@ -114,7 +123,7 @@ The normal map to use when drawing this style box. - Species a sub region of the texture to use. + Species a sub-region of the texture to use. This is equivalent to first wrapping the texture in an [AtlasTexture] with the same region. @@ -124,15 +133,19 @@ + Emitted when the stylebox's texture is changed. + Stretch the stylebox's texture. This results in visible distortion unless the texture size matches the stylebox's size perfectly. + Repeats the stylebox's texture to match the stylebox's size according to the nine-patch system. + 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. -- cgit v1.2.3