mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
88 lines
2.3 KiB
ReStructuredText
88 lines
2.3 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the VehicleWheel.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_VehicleWheel:
|
|
|
|
VehicleWheel
|
|
============
|
|
|
|
**Inherits:** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+----------------------------+--------------------------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`get_skidinfo<class_VehicleWheel_get_skidinfo>` **(** **)** const |
|
|
+----------------------------+--------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_in_contact<class_VehicleWheel_is_in_contact>` **(** **)** const |
|
|
+----------------------------+--------------------------------------------------------------------------+
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
.. _class_VehicleWheel_damping_compression:
|
|
|
|
- :ref:`float<class_float>` **damping_compression**
|
|
|
|
.. _class_VehicleWheel_damping_relaxation:
|
|
|
|
- :ref:`float<class_float>` **damping_relaxation**
|
|
|
|
.. _class_VehicleWheel_suspension_max_force:
|
|
|
|
- :ref:`float<class_float>` **suspension_max_force**
|
|
|
|
.. _class_VehicleWheel_suspension_stiffness:
|
|
|
|
- :ref:`float<class_float>` **suspension_stiffness**
|
|
|
|
.. _class_VehicleWheel_suspension_travel:
|
|
|
|
- :ref:`float<class_float>` **suspension_travel**
|
|
|
|
.. _class_VehicleWheel_use_as_steering:
|
|
|
|
- :ref:`bool<class_bool>` **use_as_steering**
|
|
|
|
.. _class_VehicleWheel_use_as_traction:
|
|
|
|
- :ref:`bool<class_bool>` **use_as_traction**
|
|
|
|
.. _class_VehicleWheel_wheel_friction_slip:
|
|
|
|
- :ref:`float<class_float>` **wheel_friction_slip**
|
|
|
|
.. _class_VehicleWheel_wheel_radius:
|
|
|
|
- :ref:`float<class_float>` **wheel_radius**
|
|
|
|
.. _class_VehicleWheel_wheel_rest_length:
|
|
|
|
- :ref:`float<class_float>` **wheel_rest_length**
|
|
|
|
.. _class_VehicleWheel_wheel_roll_influence:
|
|
|
|
- :ref:`float<class_float>` **wheel_roll_influence**
|
|
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_VehicleWheel_get_skidinfo:
|
|
|
|
- :ref:`float<class_float>` **get_skidinfo** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_is_in_contact:
|
|
|
|
- :ref:`bool<class_bool>` **is_in_contact** **(** **)** const
|
|
|
|
|