class_gpuparticlescollision3d.rst 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the GPUParticlesCollision3D.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_GPUParticlesCollision3D:
  6. GPUParticlesCollision3D
  7. =======================
  8. **Inherits:** :ref:`VisualInstance3D<class_VisualInstance3D>` **<** :ref:`Node3D<class_Node3D>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  9. **Inherited By:** :ref:`GPUParticlesCollisionBox3D<class_GPUParticlesCollisionBox3D>`, :ref:`GPUParticlesCollisionHeightField3D<class_GPUParticlesCollisionHeightField3D>`, :ref:`GPUParticlesCollisionSDF3D<class_GPUParticlesCollisionSDF3D>`, :ref:`GPUParticlesCollisionSphere3D<class_GPUParticlesCollisionSphere3D>`
  10. Properties
  11. ----------
  12. +-----------------------+--------------------------------------------------------------------+----------------+
  13. | :ref:`int<class_int>` | :ref:`cull_mask<class_GPUParticlesCollision3D_property_cull_mask>` | ``4294967295`` |
  14. +-----------------------+--------------------------------------------------------------------+----------------+
  15. Property Descriptions
  16. ---------------------
  17. .. _class_GPUParticlesCollision3D_property_cull_mask:
  18. - :ref:`int<class_int>` **cull_mask**
  19. +-----------+----------------------+
  20. | *Default* | ``4294967295`` |
  21. +-----------+----------------------+
  22. | *Setter* | set_cull_mask(value) |
  23. +-----------+----------------------+
  24. | *Getter* | get_cull_mask() |
  25. +-----------+----------------------+
  26. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  27. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  28. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  29. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  30. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  31. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`