From c6cea6e9b372f403a5906813bf5db8583d747d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 29 Jun 2019 12:38:01 +0200 Subject: doc: Add default values to all properties Thanks to @bojidar-bg's impressive work in #29380. --- doc/classes/NinePatchRect.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/classes/NinePatchRect.xml') diff --git a/doc/classes/NinePatchRect.xml b/doc/classes/NinePatchRect.xml index d6759d7d43..917f82d4a6 100644 --- a/doc/classes/NinePatchRect.xml +++ b/doc/classes/NinePatchRect.xml @@ -11,31 +11,31 @@ - + Doesn't do anything at the time of writing. - + Doesn't do anything at the time of writing. - + If [code]true[/code], draw the panel's center. Else, only draw the 9-slice's borders. Default value: [code]true[/code]. - + The height of the 9-slice's bottom row. A margin of 16 means the 9-slice's bottom corners and side will have a height of 16 pixels. You can set all 4 margin values individually to create panels with non-uniform borders. - + The height of the 9-slice's left column. - + The height of the 9-slice's right column. - + The height of the 9-slice's top row. - + Rectangular region of the texture to sample from. If you're working with an atlas, use this property to define the area the 9-slice should use. All other properties are relative to this one. - + The node's texture resource. -- cgit v1.2.3