diff options
author | Max Hilbrunner <m.hilbrunner@gmail.com> | 2022-08-19 02:28:24 +0200 |
---|---|---|
committer | Max Hilbrunner <m.hilbrunner@gmail.com> | 2022-08-19 02:28:24 +0200 |
commit | da567cb1f9750ecc86bad3e92b0a54c938889d19 (patch) | |
tree | 947418c5a57acab486ea67dd97b7424a377937b7 /doc/classes | |
parent | dbd15243621ec595742b18abc4c26f3cb2e00f3d (diff) |
Unexpose VelocityTracker3D
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/VelocityTracker3D.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/classes/VelocityTracker3D.xml b/doc/classes/VelocityTracker3D.xml deleted file mode 100644 index 56b60ba13c..0000000000 --- a/doc/classes/VelocityTracker3D.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="VelocityTracker3D" inherits="RefCounted" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> - <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" /> - <param index="0" name="position" type="Vector3" /> - <description> - </description> - </method> - <method name="update_position"> - <return type="void" /> - <param 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> -</class> |