class_softbody3d.rst 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  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/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/SoftBody3D.xml.
  6. .. _class_SoftBody3D:
  7. SoftBody3D
  8. ==========
  9. **Inherits:** :ref:`MeshInstance3D<class_MeshInstance3D>` **<** :ref:`GeometryInstance3D<class_GeometryInstance3D>` **<** :ref:`VisualInstance3D<class_VisualInstance3D>` **<** :ref:`Node3D<class_Node3D>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  10. A deformable 3D physics mesh.
  11. .. rst-class:: classref-introduction-group
  12. Description
  13. -----------
  14. A deformable 3D physics mesh. Used to create elastic or deformable objects such as cloth, rubber, or other flexible materials.
  15. \ **Note:** There are many known bugs in **SoftBody3D**. Therefore, it's not recommended to use them for things that can affect gameplay (such as trampolines).
  16. .. rst-class:: classref-introduction-group
  17. Tutorials
  18. ---------
  19. - :doc:`SoftBody <../tutorials/physics/soft_body>`
  20. .. rst-class:: classref-reftable-group
  21. Properties
  22. ----------
  23. .. table::
  24. :widths: auto
  25. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  26. | :ref:`int<class_int>` | :ref:`collision_layer<class_SoftBody3D_property_collision_layer>` | ``1`` |
  27. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  28. | :ref:`int<class_int>` | :ref:`collision_mask<class_SoftBody3D_property_collision_mask>` | ``1`` |
  29. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  30. | :ref:`float<class_float>` | :ref:`damping_coefficient<class_SoftBody3D_property_damping_coefficient>` | ``0.01`` |
  31. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  32. | :ref:`DisableMode<enum_SoftBody3D_DisableMode>` | :ref:`disable_mode<class_SoftBody3D_property_disable_mode>` | ``0`` |
  33. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  34. | :ref:`float<class_float>` | :ref:`drag_coefficient<class_SoftBody3D_property_drag_coefficient>` | ``0.0`` |
  35. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  36. | :ref:`float<class_float>` | :ref:`linear_stiffness<class_SoftBody3D_property_linear_stiffness>` | ``0.5`` |
  37. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  38. | :ref:`NodePath<class_NodePath>` | :ref:`parent_collision_ignore<class_SoftBody3D_property_parent_collision_ignore>` | ``NodePath("")`` |
  39. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  40. | :ref:`float<class_float>` | :ref:`pressure_coefficient<class_SoftBody3D_property_pressure_coefficient>` | ``0.0`` |
  41. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  42. | :ref:`bool<class_bool>` | :ref:`ray_pickable<class_SoftBody3D_property_ray_pickable>` | ``true`` |
  43. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  44. | :ref:`int<class_int>` | :ref:`simulation_precision<class_SoftBody3D_property_simulation_precision>` | ``5`` |
  45. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  46. | :ref:`float<class_float>` | :ref:`total_mass<class_SoftBody3D_property_total_mass>` | ``1.0`` |
  47. +-------------------------------------------------+-----------------------------------------------------------------------------------+------------------+
  48. .. rst-class:: classref-reftable-group
  49. Methods
  50. -------
  51. .. table::
  52. :widths: auto
  53. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  54. | void | :ref:`add_collision_exception_with<class_SoftBody3D_method_add_collision_exception_with>` **(** :ref:`Node<class_Node>` body **)** |
  55. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  56. | :ref:`PhysicsBody3D[]<class_PhysicsBody3D>` | :ref:`get_collision_exceptions<class_SoftBody3D_method_get_collision_exceptions>` **(** **)** |
  57. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  58. | :ref:`bool<class_bool>` | :ref:`get_collision_layer_value<class_SoftBody3D_method_get_collision_layer_value>` **(** :ref:`int<class_int>` layer_number **)** |const| |
  59. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  60. | :ref:`bool<class_bool>` | :ref:`get_collision_mask_value<class_SoftBody3D_method_get_collision_mask_value>` **(** :ref:`int<class_int>` layer_number **)** |const| |
  61. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  62. | :ref:`RID<class_RID>` | :ref:`get_physics_rid<class_SoftBody3D_method_get_physics_rid>` **(** **)** |const| |
  63. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  64. | :ref:`Vector3<class_Vector3>` | :ref:`get_point_transform<class_SoftBody3D_method_get_point_transform>` **(** :ref:`int<class_int>` point_index **)** |
  65. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  66. | :ref:`bool<class_bool>` | :ref:`is_point_pinned<class_SoftBody3D_method_is_point_pinned>` **(** :ref:`int<class_int>` point_index **)** |const| |
  67. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  68. | void | :ref:`remove_collision_exception_with<class_SoftBody3D_method_remove_collision_exception_with>` **(** :ref:`Node<class_Node>` body **)** |
  69. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  70. | void | :ref:`set_collision_layer_value<class_SoftBody3D_method_set_collision_layer_value>` **(** :ref:`int<class_int>` layer_number, :ref:`bool<class_bool>` value **)** |
  71. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  72. | void | :ref:`set_collision_mask_value<class_SoftBody3D_method_set_collision_mask_value>` **(** :ref:`int<class_int>` layer_number, :ref:`bool<class_bool>` value **)** |
  73. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  74. | void | :ref:`set_point_pinned<class_SoftBody3D_method_set_point_pinned>` **(** :ref:`int<class_int>` point_index, :ref:`bool<class_bool>` pinned, :ref:`NodePath<class_NodePath>` attachment_path=NodePath("") **)** |
  75. +---------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  76. .. rst-class:: classref-section-separator
  77. ----
  78. .. rst-class:: classref-descriptions-group
  79. Enumerations
  80. ------------
  81. .. _enum_SoftBody3D_DisableMode:
  82. .. rst-class:: classref-enumeration
  83. enum **DisableMode**:
  84. .. _class_SoftBody3D_constant_DISABLE_MODE_REMOVE:
  85. .. rst-class:: classref-enumeration-constant
  86. :ref:`DisableMode<enum_SoftBody3D_DisableMode>` **DISABLE_MODE_REMOVE** = ``0``
  87. When :ref:`Node.process_mode<class_Node_property_process_mode>` is set to :ref:`Node.PROCESS_MODE_DISABLED<class_Node_constant_PROCESS_MODE_DISABLED>`, remove from the physics simulation to stop all physics interactions with this **SoftBody3D**.
  88. Automatically re-added to the physics simulation when the :ref:`Node<class_Node>` is processed again.
  89. .. _class_SoftBody3D_constant_DISABLE_MODE_KEEP_ACTIVE:
  90. .. rst-class:: classref-enumeration-constant
  91. :ref:`DisableMode<enum_SoftBody3D_DisableMode>` **DISABLE_MODE_KEEP_ACTIVE** = ``1``
  92. When :ref:`Node.process_mode<class_Node_property_process_mode>` is set to :ref:`Node.PROCESS_MODE_DISABLED<class_Node_constant_PROCESS_MODE_DISABLED>`, do not affect the physics simulation.
  93. .. rst-class:: classref-section-separator
  94. ----
  95. .. rst-class:: classref-descriptions-group
  96. Property Descriptions
  97. ---------------------
  98. .. _class_SoftBody3D_property_collision_layer:
  99. .. rst-class:: classref-property
  100. :ref:`int<class_int>` **collision_layer** = ``1``
  101. .. rst-class:: classref-property-setget
  102. - void **set_collision_layer** **(** :ref:`int<class_int>` value **)**
  103. - :ref:`int<class_int>` **get_collision_layer** **(** **)**
  104. The physics layers this SoftBody3D **is in**. Collision objects can exist in one or more of 32 different layers. See also :ref:`collision_mask<class_SoftBody3D_property_collision_mask>`.
  105. \ **Note:** Object A can detect a contact with object B only if object B is in any of the layers that object A scans. See `Collision layers and masks <../tutorials/physics/physics_introduction.html#collision-layers-and-masks>`__ in the documentation for more information.
  106. .. rst-class:: classref-item-separator
  107. ----
  108. .. _class_SoftBody3D_property_collision_mask:
  109. .. rst-class:: classref-property
  110. :ref:`int<class_int>` **collision_mask** = ``1``
  111. .. rst-class:: classref-property-setget
  112. - void **set_collision_mask** **(** :ref:`int<class_int>` value **)**
  113. - :ref:`int<class_int>` **get_collision_mask** **(** **)**
  114. The physics layers this SoftBody3D **scans**. Collision objects can scan one or more of 32 different layers. See also :ref:`collision_layer<class_SoftBody3D_property_collision_layer>`.
  115. \ **Note:** Object A can detect a contact with object B only if object B is in any of the layers that object A scans. See `Collision layers and masks <../tutorials/physics/physics_introduction.html#collision-layers-and-masks>`__ in the documentation for more information.
  116. .. rst-class:: classref-item-separator
  117. ----
  118. .. _class_SoftBody3D_property_damping_coefficient:
  119. .. rst-class:: classref-property
  120. :ref:`float<class_float>` **damping_coefficient** = ``0.01``
  121. .. rst-class:: classref-property-setget
  122. - void **set_damping_coefficient** **(** :ref:`float<class_float>` value **)**
  123. - :ref:`float<class_float>` **get_damping_coefficient** **(** **)**
  124. .. container:: contribute
  125. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  126. .. rst-class:: classref-item-separator
  127. ----
  128. .. _class_SoftBody3D_property_disable_mode:
  129. .. rst-class:: classref-property
  130. :ref:`DisableMode<enum_SoftBody3D_DisableMode>` **disable_mode** = ``0``
  131. .. rst-class:: classref-property-setget
  132. - void **set_disable_mode** **(** :ref:`DisableMode<enum_SoftBody3D_DisableMode>` value **)**
  133. - :ref:`DisableMode<enum_SoftBody3D_DisableMode>` **get_disable_mode** **(** **)**
  134. Defines the behavior in physics when :ref:`Node.process_mode<class_Node_property_process_mode>` is set to :ref:`Node.PROCESS_MODE_DISABLED<class_Node_constant_PROCESS_MODE_DISABLED>`. See :ref:`DisableMode<enum_SoftBody3D_DisableMode>` for more details about the different modes.
  135. .. rst-class:: classref-item-separator
  136. ----
  137. .. _class_SoftBody3D_property_drag_coefficient:
  138. .. rst-class:: classref-property
  139. :ref:`float<class_float>` **drag_coefficient** = ``0.0``
  140. .. rst-class:: classref-property-setget
  141. - void **set_drag_coefficient** **(** :ref:`float<class_float>` value **)**
  142. - :ref:`float<class_float>` **get_drag_coefficient** **(** **)**
  143. .. container:: contribute
  144. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  145. .. rst-class:: classref-item-separator
  146. ----
  147. .. _class_SoftBody3D_property_linear_stiffness:
  148. .. rst-class:: classref-property
  149. :ref:`float<class_float>` **linear_stiffness** = ``0.5``
  150. .. rst-class:: classref-property-setget
  151. - void **set_linear_stiffness** **(** :ref:`float<class_float>` value **)**
  152. - :ref:`float<class_float>` **get_linear_stiffness** **(** **)**
  153. Higher values will result in a stiffer body, while lower values will increase the body's ability to bend. The value can be between ``0.0`` and ``1.0`` (inclusive).
  154. .. rst-class:: classref-item-separator
  155. ----
  156. .. _class_SoftBody3D_property_parent_collision_ignore:
  157. .. rst-class:: classref-property
  158. :ref:`NodePath<class_NodePath>` **parent_collision_ignore** = ``NodePath("")``
  159. .. rst-class:: classref-property-setget
  160. - void **set_parent_collision_ignore** **(** :ref:`NodePath<class_NodePath>` value **)**
  161. - :ref:`NodePath<class_NodePath>` **get_parent_collision_ignore** **(** **)**
  162. :ref:`NodePath<class_NodePath>` to a :ref:`CollisionObject3D<class_CollisionObject3D>` this SoftBody3D should avoid clipping.
  163. .. rst-class:: classref-item-separator
  164. ----
  165. .. _class_SoftBody3D_property_pressure_coefficient:
  166. .. rst-class:: classref-property
  167. :ref:`float<class_float>` **pressure_coefficient** = ``0.0``
  168. .. rst-class:: classref-property-setget
  169. - void **set_pressure_coefficient** **(** :ref:`float<class_float>` value **)**
  170. - :ref:`float<class_float>` **get_pressure_coefficient** **(** **)**
  171. .. container:: contribute
  172. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  173. .. rst-class:: classref-item-separator
  174. ----
  175. .. _class_SoftBody3D_property_ray_pickable:
  176. .. rst-class:: classref-property
  177. :ref:`bool<class_bool>` **ray_pickable** = ``true``
  178. .. rst-class:: classref-property-setget
  179. - void **set_ray_pickable** **(** :ref:`bool<class_bool>` value **)**
  180. - :ref:`bool<class_bool>` **is_ray_pickable** **(** **)**
  181. If ``true``, the **SoftBody3D** will respond to :ref:`RayCast3D<class_RayCast3D>`\ s.
  182. .. rst-class:: classref-item-separator
  183. ----
  184. .. _class_SoftBody3D_property_simulation_precision:
  185. .. rst-class:: classref-property
  186. :ref:`int<class_int>` **simulation_precision** = ``5``
  187. .. rst-class:: classref-property-setget
  188. - void **set_simulation_precision** **(** :ref:`int<class_int>` value **)**
  189. - :ref:`int<class_int>` **get_simulation_precision** **(** **)**
  190. Increasing this value will improve the resulting simulation, but can affect performance. Use with care.
  191. .. rst-class:: classref-item-separator
  192. ----
  193. .. _class_SoftBody3D_property_total_mass:
  194. .. rst-class:: classref-property
  195. :ref:`float<class_float>` **total_mass** = ``1.0``
  196. .. rst-class:: classref-property-setget
  197. - void **set_total_mass** **(** :ref:`float<class_float>` value **)**
  198. - :ref:`float<class_float>` **get_total_mass** **(** **)**
  199. The SoftBody3D's mass.
  200. .. rst-class:: classref-section-separator
  201. ----
  202. .. rst-class:: classref-descriptions-group
  203. Method Descriptions
  204. -------------------
  205. .. _class_SoftBody3D_method_add_collision_exception_with:
  206. .. rst-class:: classref-method
  207. void **add_collision_exception_with** **(** :ref:`Node<class_Node>` body **)**
  208. Adds a body to the list of bodies that this body can't collide with.
  209. .. rst-class:: classref-item-separator
  210. ----
  211. .. _class_SoftBody3D_method_get_collision_exceptions:
  212. .. rst-class:: classref-method
  213. :ref:`PhysicsBody3D[]<class_PhysicsBody3D>` **get_collision_exceptions** **(** **)**
  214. Returns an array of nodes that were added as collision exceptions for this body.
  215. .. rst-class:: classref-item-separator
  216. ----
  217. .. _class_SoftBody3D_method_get_collision_layer_value:
  218. .. rst-class:: classref-method
  219. :ref:`bool<class_bool>` **get_collision_layer_value** **(** :ref:`int<class_int>` layer_number **)** |const|
  220. Returns whether or not the specified layer of the :ref:`collision_layer<class_SoftBody3D_property_collision_layer>` is enabled, given a ``layer_number`` between 1 and 32.
  221. .. rst-class:: classref-item-separator
  222. ----
  223. .. _class_SoftBody3D_method_get_collision_mask_value:
  224. .. rst-class:: classref-method
  225. :ref:`bool<class_bool>` **get_collision_mask_value** **(** :ref:`int<class_int>` layer_number **)** |const|
  226. Returns whether or not the specified layer of the :ref:`collision_mask<class_SoftBody3D_property_collision_mask>` is enabled, given a ``layer_number`` between 1 and 32.
  227. .. rst-class:: classref-item-separator
  228. ----
  229. .. _class_SoftBody3D_method_get_physics_rid:
  230. .. rst-class:: classref-method
  231. :ref:`RID<class_RID>` **get_physics_rid** **(** **)** |const|
  232. .. container:: contribute
  233. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  234. .. rst-class:: classref-item-separator
  235. ----
  236. .. _class_SoftBody3D_method_get_point_transform:
  237. .. rst-class:: classref-method
  238. :ref:`Vector3<class_Vector3>` **get_point_transform** **(** :ref:`int<class_int>` point_index **)**
  239. Returns local translation of a vertex in the surface array.
  240. .. rst-class:: classref-item-separator
  241. ----
  242. .. _class_SoftBody3D_method_is_point_pinned:
  243. .. rst-class:: classref-method
  244. :ref:`bool<class_bool>` **is_point_pinned** **(** :ref:`int<class_int>` point_index **)** |const|
  245. Returns ``true`` if vertex is set to pinned.
  246. .. rst-class:: classref-item-separator
  247. ----
  248. .. _class_SoftBody3D_method_remove_collision_exception_with:
  249. .. rst-class:: classref-method
  250. void **remove_collision_exception_with** **(** :ref:`Node<class_Node>` body **)**
  251. Removes a body from the list of bodies that this body can't collide with.
  252. .. rst-class:: classref-item-separator
  253. ----
  254. .. _class_SoftBody3D_method_set_collision_layer_value:
  255. .. rst-class:: classref-method
  256. void **set_collision_layer_value** **(** :ref:`int<class_int>` layer_number, :ref:`bool<class_bool>` value **)**
  257. Based on ``value``, enables or disables the specified layer in the :ref:`collision_layer<class_SoftBody3D_property_collision_layer>`, given a ``layer_number`` between 1 and 32.
  258. .. rst-class:: classref-item-separator
  259. ----
  260. .. _class_SoftBody3D_method_set_collision_mask_value:
  261. .. rst-class:: classref-method
  262. void **set_collision_mask_value** **(** :ref:`int<class_int>` layer_number, :ref:`bool<class_bool>` value **)**
  263. Based on ``value``, enables or disables the specified layer in the :ref:`collision_mask<class_SoftBody3D_property_collision_mask>`, given a ``layer_number`` between 1 and 32.
  264. .. rst-class:: classref-item-separator
  265. ----
  266. .. _class_SoftBody3D_method_set_point_pinned:
  267. .. rst-class:: classref-method
  268. void **set_point_pinned** **(** :ref:`int<class_int>` point_index, :ref:`bool<class_bool>` pinned, :ref:`NodePath<class_NodePath>` attachment_path=NodePath("") **)**
  269. Sets the pinned state of a surface vertex. When set to ``true``, the optional ``attachment_path`` can define a :ref:`Node3D<class_Node3D>` the pinned vertex will be attached to.
  270. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  271. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  272. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  273. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  274. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  275. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  276. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`