Merge pull request #59290 from rburing/get_process_info_docs
PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs
This commit is contained in:
commit
288cdca71d
|
@ -733,7 +733,7 @@
|
||||||
<return type="int" />
|
<return type="int" />
|
||||||
<argument index="0" name="process_info" type="int" enum="PhysicsServer3D.ProcessInfo" />
|
<argument index="0" name="process_info" type="int" enum="PhysicsServer3D.ProcessInfo" />
|
||||||
<description>
|
<description>
|
||||||
Returns an Info defined by the [enum ProcessInfo] input given.
|
Returns information about the current state of the 3D physics engine. See [enum ProcessInfo] for a list of available states.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="heightmap_shape_create">
|
<method name="heightmap_shape_create">
|
||||||
|
|
Loading…
Reference in New Issue