mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Update docs
[ci skip]
This commit is contained in:
@@ -15,12 +15,6 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_tracking_physics_step" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="reset">
|
||||
<return type="void">
|
||||
</return>
|
||||
@@ -29,14 +23,6 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_track_physics_step">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="enable" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="update_position">
|
||||
<return type="void">
|
||||
</return>
|
||||
@@ -46,6 +32,10 @@
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="track_physics_step" type="bool" setter="set_track_physics_step" getter="is_tracking_physics_step">
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user