12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the StyleBoxLine.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_StyleBoxLine:
- StyleBoxLine
- ============
- **Inherits:** :ref:`StyleBox<class_stylebox>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +----------------------------+-----------------------------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`get_grow<class_StyleBoxLine_get_grow>` **(** **)** const |
- +----------------------------+-----------------------------------------------------------------------------------------+
- | void | :ref:`set_grow<class_StyleBoxLine_set_grow>` **(** :ref:`float<class_float>` grow **)** |
- +----------------------------+-----------------------------------------------------------------------------------------+
- Member Variables
- ----------------
- .. _class_StyleBoxLine_color:
- - :ref:`Color<class_color>` **color**
- .. _class_StyleBoxLine_thickness:
- - :ref:`int<class_int>` **thickness**
- .. _class_StyleBoxLine_vertical:
- - :ref:`bool<class_bool>` **vertical**
- Member Function Description
- ---------------------------
- .. _class_StyleBoxLine_get_grow:
- - :ref:`float<class_float>` **get_grow** **(** **)** const
- .. _class_StyleBoxLine_set_grow:
- - void **set_grow** **(** :ref:`float<class_float>` grow **)**
|