mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Document that PhysicsServer's get_process_info is implemented only for Godot Physics
This commit is contained in:
parent
a3a5b10e88
commit
812d45ea7c
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@
|
|||
<return type="int" />
|
||||
<argument index="0" name="process_info" type="int" enum="PhysicsServer.ProcessInfo" />
|
||||
<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. Only implemented for Godot Physics.
|
||||
</description>
|
||||
</method>
|
||||
<method name="hinge_joint_get_flag" qualifiers="const">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue