class_physicsserver3drenderingserverhandler.rst 4.0 KB

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