classref: Sync with current master branch (929333fe2)

This commit is contained in:
Rémi Verschelde
2023-02-07 17:52:34 +01:00
parent 471ee84a9f
commit fc314262d1
124 changed files with 3532 additions and 2028 deletions

View File

@@ -33,9 +33,9 @@ Properties
.. table::
:widths: auto
+-------------------------------+-------------------------------------------------------------------+----------------------+
| :ref:`Vector3<class_Vector3>` | :ref:`extents<class_GPUParticlesCollisionBox3D_property_extents>` | ``Vector3(1, 1, 1)`` |
+-------------------------------+-------------------------------------------------------------------+----------------------+
+-------------------------------+-------------------------------------------------------------+----------------------+
| :ref:`Vector3<class_Vector3>` | :ref:`size<class_GPUParticlesCollisionBox3D_property_size>` | ``Vector3(2, 2, 2)`` |
+-------------------------------+-------------------------------------------------------------+----------------------+
.. rst-class:: classref-section-separator
@@ -46,18 +46,18 @@ Properties
Property Descriptions
---------------------
.. _class_GPUParticlesCollisionBox3D_property_extents:
.. _class_GPUParticlesCollisionBox3D_property_size:
.. rst-class:: classref-property
:ref:`Vector3<class_Vector3>` **extents** = ``Vector3(1, 1, 1)``
:ref:`Vector3<class_Vector3>` **size** = ``Vector3(2, 2, 2)``
.. rst-class:: classref-property-setget
- void **set_extents** **(** :ref:`Vector3<class_Vector3>` value **)**
- :ref:`Vector3<class_Vector3>` **get_extents** **(** **)**
- void **set_size** **(** :ref:`Vector3<class_Vector3>` value **)**
- :ref:`Vector3<class_Vector3>` **get_size** **(** **)**
The collision box's extents in 3D units.
The collision box's size in 3D units.
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`