class_physicsserver3drenderingserverhandler.rst 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.0/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.0/doc/classes/PhysicsServer3DRenderingServerHandler.xml.
  6. .. _class_PhysicsServer3DRenderingServerHandler:
  7. PhysicsServer3DRenderingServerHandler
  8. =====================================
  9. **Inherits:** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Methods
  14. -------
  15. .. table::
  16. :widths: auto
  17. +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
  18. | void | :ref:`_set_aabb<class_PhysicsServer3DRenderingServerHandler_method__set_aabb>` **(** :ref:`AABB<class_AABB>` aabb **)** |virtual| |
  19. +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
  20. | void | :ref:`_set_normal<class_PhysicsServer3DRenderingServerHandler_method__set_normal>` **(** :ref:`int<class_int>` vertex_id, const void* normals **)** |virtual| |
  21. +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
  22. | void | :ref:`_set_vertex<class_PhysicsServer3DRenderingServerHandler_method__set_vertex>` **(** :ref:`int<class_int>` vertex_id, const void* vertices **)** |virtual| |
  23. +------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
  24. .. rst-class:: classref-section-separator
  25. ----
  26. .. rst-class:: classref-descriptions-group
  27. Method Descriptions
  28. -------------------
  29. .. _class_PhysicsServer3DRenderingServerHandler_method__set_aabb:
  30. .. rst-class:: classref-method
  31. void **_set_aabb** **(** :ref:`AABB<class_AABB>` aabb **)** |virtual|
  32. .. container:: contribute
  33. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  34. .. rst-class:: classref-item-separator
  35. ----
  36. .. _class_PhysicsServer3DRenderingServerHandler_method__set_normal:
  37. .. rst-class:: classref-method
  38. void **_set_normal** **(** :ref:`int<class_int>` vertex_id, const void* normals **)** |virtual|
  39. .. container:: contribute
  40. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  41. .. rst-class:: classref-item-separator
  42. ----
  43. .. _class_PhysicsServer3DRenderingServerHandler_method__set_vertex:
  44. .. rst-class:: classref-method
  45. void **_set_vertex** **(** :ref:`int<class_int>` vertex_id, const void* vertices **)** |virtual|
  46. .. container:: contribute
  47. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  48. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  49. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  50. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  51. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  52. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  53. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`