mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Order everything alphabetically
And sync with current 2.0.x sources.
This commit is contained in:
@@ -18,15 +18,15 @@ Segment Shape for 2D Collision Detection.
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+--------------------------------+----------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_a<class_SegmentShape2D_set_a>` **(** :ref:`Vector2<class_vector2>` a **)** |
|
||||
+--------------------------------+----------------------------------------------------------------------------------------+
|
||||
| :ref:`Vector2<class_vector2>` | :ref:`get_a<class_SegmentShape2D_get_a>` **(** **)** const |
|
||||
+--------------------------------+----------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_b<class_SegmentShape2D_set_b>` **(** :ref:`Vector2<class_vector2>` b **)** |
|
||||
+--------------------------------+----------------------------------------------------------------------------------------+
|
||||
| :ref:`Vector2<class_vector2>` | :ref:`get_b<class_SegmentShape2D_get_b>` **(** **)** const |
|
||||
+--------------------------------+----------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_a<class_SegmentShape2D_set_a>` **(** :ref:`Vector2<class_vector2>` a **)** |
|
||||
+--------------------------------+----------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_b<class_SegmentShape2D_set_b>` **(** :ref:`Vector2<class_vector2>` b **)** |
|
||||
+--------------------------------+----------------------------------------------------------------------------------------+
|
||||
|
||||
Description
|
||||
-----------
|
||||
@@ -36,28 +36,28 @@ Segment Shape for 2D Collision Detection, consists of two points, 'a' and 'b'.
|
||||
Member Function Description
|
||||
---------------------------
|
||||
|
||||
.. _class_SegmentShape2D_set_a:
|
||||
|
||||
- void **set_a** **(** :ref:`Vector2<class_vector2>` a **)**
|
||||
|
||||
Set the first point's position.
|
||||
|
||||
.. _class_SegmentShape2D_get_a:
|
||||
|
||||
- :ref:`Vector2<class_vector2>` **get_a** **(** **)** const
|
||||
|
||||
Return the first point's position.
|
||||
|
||||
.. _class_SegmentShape2D_set_b:
|
||||
|
||||
- void **set_b** **(** :ref:`Vector2<class_vector2>` b **)**
|
||||
|
||||
Set the second point's position.
|
||||
|
||||
.. _class_SegmentShape2D_get_b:
|
||||
|
||||
- :ref:`Vector2<class_vector2>` **get_b** **(** **)** const
|
||||
|
||||
Return the second point's position.
|
||||
|
||||
.. _class_SegmentShape2D_set_a:
|
||||
|
||||
- void **set_a** **(** :ref:`Vector2<class_vector2>` a **)**
|
||||
|
||||
Set the first point's position.
|
||||
|
||||
.. _class_SegmentShape2D_set_b:
|
||||
|
||||
- void **set_b** **(** :ref:`Vector2<class_vector2>` b **)**
|
||||
|
||||
Set the second point's position.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user