Fix documentation 2d/3d mixups
This commit is contained in:
parent
f0326297b3
commit
ec4f9f5e2d
5 changed files with 7 additions and 7 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<param index="0" name="name" type="String" />
|
||||
<param index="1" name="create_callback" type="Callable" />
|
||||
<description>
|
||||
Register a [PhysicsServer3D] implementation by passing a [param name] and a [Callable] that returns a [PhysicsServer2D] object.
|
||||
Register a [PhysicsServer3D] implementation by passing a [param name] and a [Callable] that returns a [PhysicsServer3D] object.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_default_server">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue