classref: Sync with current master branch (543750a)

This commit is contained in:
Godot Organization
2023-06-03 03:19:05 +00:00
parent 2de3798d56
commit f9340bddb2
340 changed files with 1505 additions and 1258 deletions

View File

@@ -12,9 +12,16 @@ PhysicsServer3DExtension
**Inherits:** :ref:`PhysicsServer3D<class_PhysicsServer3D>` **<** :ref:`Object<class_Object>`
.. container:: contribute
Provides virtual methods that can be overridden to create custom :ref:`PhysicsServer3D<class_PhysicsServer3D>` implementations.
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. rst-class:: classref-introduction-group
Description
-----------
This class extends :ref:`PhysicsServer3D<class_PhysicsServer3D>` by providing additional virtual methods that can be overridden. When these methods are overridden, they will be called instead of the internal methods of the physics server.
Intended for use with GDExtension to create custom implementations of :ref:`PhysicsServer3D<class_PhysicsServer3D>`.
.. rst-class:: classref-reftable-group