mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Sync classref with current source
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<method name="get_default_margin" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="side" type="int" enum="Side">
|
||||
<argument index="0" name="margin" type="int" enum="Side">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the default margin of the specified [enum Side].
|
||||
@@ -48,7 +48,7 @@
|
||||
<method name="get_margin" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="side" type="int" enum="Side">
|
||||
<argument index="0" name="margin" type="int" enum="Side">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the content margin offset for the specified [enum Side].
|
||||
@@ -72,7 +72,7 @@
|
||||
<method name="set_default_margin">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="side" type="int" enum="Side">
|
||||
<argument index="0" name="margin" type="int" enum="Side">
|
||||
</argument>
|
||||
<argument index="1" name="offset" type="float">
|
||||
</argument>
|
||||
|
||||
Reference in New Issue
Block a user