mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (f87858a8f)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user