diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2020-01-13 23:08:42 +0100 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2020-01-14 13:19:39 +0100 |
commit | c09b9c488fcc423d58ed26447b6e2614b106afdb (patch) | |
tree | 157c00a127d0f23febdb36a861dbf8f214c341a0 /doc/classes/NinePatchRect.xml | |
parent | 34ad33d9e0b211b2de5855373f8626af4fc0ce11 (diff) |
Complete documentation of some more classes
Diffstat (limited to 'doc/classes/NinePatchRect.xml')
-rw-r--r-- | doc/classes/NinePatchRect.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/NinePatchRect.xml b/doc/classes/NinePatchRect.xml index 8935ac9d94..7a7973684d 100644 --- a/doc/classes/NinePatchRect.xml +++ b/doc/classes/NinePatchRect.xml @@ -15,6 +15,7 @@ <argument index="0" name="margin" type="int" enum="Margin"> </argument> <description> + Returns the size of the margin identified by the given [enum Margin] constant. </description> </method> <method name="set_patch_margin"> @@ -25,6 +26,7 @@ <argument index="1" name="value" type="int"> </argument> <description> + Sets the size of the margin identified by the given [enum Margin] constant to [code]value[/code] in pixels. </description> </method> </methods> |