classref: Sync with current master branch (f87858a8f)

This commit is contained in:
Yuri Sizov
2022-12-05 20:38:58 +03:00
parent 913ff5e602
commit a7745c4cc4
843 changed files with 158186 additions and 80821 deletions
+23 -11
View File
@@ -14,6 +14,8 @@ GPUParticlesCollisionBox3D
Box-shaped 3D particle collision shape affecting :ref:`GPUParticles3D<class_GPUParticles3D>` nodes.
.. rst-class:: classref-introduction-group
Description
-----------
@@ -23,27 +25,37 @@ Box-shaped 3D particle collision shape affecting :ref:`GPUParticles3D<class_GPUP
\ **Note:** Particle collision only affects :ref:`GPUParticles3D<class_GPUParticles3D>`, not :ref:`CPUParticles3D<class_CPUParticles3D>`.
.. rst-class:: classref-reftable-group
Properties
----------
+-------------------------------+-------------------------------------------------------------------+----------------------+
| :ref:`Vector3<class_Vector3>` | :ref:`extents<class_GPUParticlesCollisionBox3D_property_extents>` | ``Vector3(1, 1, 1)`` |
+-------------------------------+-------------------------------------------------------------------+----------------------+
.. table::
:widths: auto
+-------------------------------+-------------------------------------------------------------------+----------------------+
| :ref:`Vector3<class_Vector3>` | :ref:`extents<class_GPUParticlesCollisionBox3D_property_extents>` | ``Vector3(1, 1, 1)`` |
+-------------------------------+-------------------------------------------------------------------+----------------------+
.. rst-class:: classref-section-separator
----
.. rst-class:: classref-descriptions-group
Property Descriptions
---------------------
.. _class_GPUParticlesCollisionBox3D_property_extents:
- :ref:`Vector3<class_Vector3>` **extents**
.. rst-class:: classref-property
+-----------+----------------------+
| *Default* | ``Vector3(1, 1, 1)`` |
+-----------+----------------------+
| *Setter* | set_extents(value) |
+-----------+----------------------+
| *Getter* | get_extents() |
+-----------+----------------------+
:ref:`Vector3<class_Vector3>` **extents** = ``Vector3(1, 1, 1)``
.. rst-class:: classref-property-setget
- void **set_extents** **(** :ref:`Vector3<class_Vector3>` value **)**
- :ref:`Vector3<class_Vector3>` **get_extents** **(** **)**
The collision box's extents in 3D units.