godot/doc/classes/SpatialVelocityTracker.xml
Rémi Verschelde 16fd1c421e
doc: Use self-closing tags for return and argument
For the time being we don't support writing a description for those, preferring
having all details in the method's description.

Using self-closing tags saves half the lines, and prevents contributors from
thinking that they should write the argument or return documentation there.

(cherry picked from commit 7adf4cc9b5)
2021-08-03 10:32:31 +02:00

35 lines
898 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="SpatialVelocityTracker" inherits="Reference" version="3.3">
<brief_description>
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
<method name="get_tracked_linear_velocity" qualifiers="const">
<return type="Vector3" />
<description>
</description>
</method>
<method name="reset">
<return type="void" />
<argument index="0" name="position" type="Vector3" />
<description>
</description>
</method>
<method name="update_position">
<return type="void" />
<argument index="0" name="position" type="Vector3" />
<description>
</description>
</method>
</methods>
<members>
<member name="track_physics_step" type="bool" setter="set_track_physics_step" getter="is_tracking_physics_step" default="false">
</member>
</members>
<constants>
</constants>
</class>