mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
22 lines
484 B
ReStructuredText
22 lines
484 B
ReStructuredText
.. _class_Separator:
|
|
|
|
Separator
|
|
=========
|
|
|
|
Inherits: :ref:`Control<class_control>`
|
|
---------------------------------------
|
|
|
|
Category: Core
|
|
--------------
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Base class for separators.
|
|
|
|
Description
|
|
-----------
|
|
|
|
Separator is a :ref:`Control<class_control>` used for sepataring other controls. It's purely a visual decoration. Horizontal (:ref:`HSeparator<class_hseparator>`) and Vertical (:ref:`VSeparator<class_vseparator>`) versions are available.
|
|
|