mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -21,6 +21,8 @@ A 2D line.
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-----------------------------------------------------+---------------------------------------------------------------+-------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`antialiased<class_Line2D_property_antialiased>` | false |
|
||||
+-----------------------------------------------------+---------------------------------------------------------------+-------------------------+
|
||||
| :ref:`LineCapMode<enum_Line2D_LineCapMode>` | :ref:`begin_cap_mode<class_Line2D_property_begin_cap_mode>` | 0 |
|
||||
+-----------------------------------------------------+---------------------------------------------------------------+-------------------------+
|
||||
@@ -127,6 +129,22 @@ A line through several points in 2D space.
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
.. _class_Line2D_property_antialiased:
|
||||
|
||||
- :ref:`bool<class_bool>` **antialiased**
|
||||
|
||||
+-----------+------------------------+
|
||||
| *Default* | false |
|
||||
+-----------+------------------------+
|
||||
| *Setter* | set_antialiased(value) |
|
||||
+-----------+------------------------+
|
||||
| *Getter* | get_antialiased() |
|
||||
+-----------+------------------------+
|
||||
|
||||
If ``true``, the line's border will be anti-aliased.
|
||||
|
||||
----
|
||||
|
||||
.. _class_Line2D_property_begin_cap_mode:
|
||||
|
||||
- :ref:`LineCapMode<enum_Line2D_LineCapMode>` **begin_cap_mode**
|
||||
|
||||
Reference in New Issue
Block a user