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 @@ Pin Joint for 2D Shapes.
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+----------------------------+-----------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_softness<class_PinJoint2D_get_softness>` **(** **)** const |
|
||||
+----------------------------+-----------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_softness<class_PinJoint2D_set_softness>` **(** :ref:`float<class_float>` softness **)** |
|
||||
+----------------------------+-----------------------------------------------------------------------------------------------------+
|
||||
+----------------------------+---------------------------------------------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`get_softness<class_PinJoint2D_get_softness>` **(** **)** const |
|
||||
+----------------------------+---------------------------------------------------------------------------------------------------+
|
||||
| void | :ref:`set_softness<class_PinJoint2D_set_softness>` **(** :ref:`float<class_float>` softness **)** |
|
||||
+----------------------------+---------------------------------------------------------------------------------------------------+
|
||||
|
||||
Member Variables
|
||||
----------------
|
||||
@@ -43,10 +43,10 @@ Member Function Description
|
||||
|
||||
.. _class_PinJoint2D_get_softness:
|
||||
|
||||
- :ref:`float<class_float>` **get_softness** **(** **)** const
|
||||
- :ref:`float<class_float>` **get_softness** **(** **)** const
|
||||
|
||||
.. _class_PinJoint2D_set_softness:
|
||||
|
||||
- void **set_softness** **(** :ref:`float<class_float>` softness **)**
|
||||
- void **set_softness** **(** :ref:`float<class_float>` softness **)**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user