mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Remove stray spaces in method signatures
This commit is contained in:
@@ -19,11 +19,11 @@ Keeps children controls centered.
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+--------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`is_using_top_left<class_CenterContainer_is_using_top_left>` **(** **)** const |
|
||||
+--------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_use_top_left<class_CenterContainer_set_use_top_left>` **(** :ref:`bool<class_bool>` enable **)** |
|
||||
+--------------------------+--------------------------------------------------------------------------------------------------------------+
|
||||
+--------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`is_using_top_left<class_CenterContainer_is_using_top_left>` **(** **)** const |
|
||||
+--------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_use_top_left<class_CenterContainer_set_use_top_left>` **(** :ref:`bool<class_bool>` enable **)** |
|
||||
+--------------------------+------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Variables
|
||||
----------------
|
||||
@@ -43,13 +43,13 @@ Member Function Description
|
||||
|
||||
.. _class_CenterContainer_is_using_top_left:
|
||||
|
||||
- :ref:`bool<class_bool>` **is_using_top_left** **(** **)** const
|
||||
- :ref:`bool<class_bool>` **is_using_top_left** **(** **)** const
|
||||
|
||||
Should put children to the top left corner instead of center of the container.
|
||||
|
||||
.. _class_CenterContainer_set_use_top_left:
|
||||
|
||||
- void **set_use_top_left** **(** :ref:`bool<class_bool>` enable **)**
|
||||
- void **set_use_top_left** **(** :ref:`bool<class_bool>` enable **)**
|
||||
|
||||
This function will anchor the container children to the top left corner of the the container boundaries, moving all its children to that position, (the children new center will be the top left corner of the container).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user