mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
165 lines
11 KiB
ReStructuredText
165 lines
11 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _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_damping_compression<class_VehicleWheel_get_damping_compression>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`get_damping_relaxation<class_VehicleWheel_get_damping_relaxation>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`get_friction_slip<class_VehicleWheel_get_friction_slip>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`get_radius<class_VehicleWheel_get_radius>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`get_roll_influence<class_VehicleWheel_get_roll_influence>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`get_suspension_max_force<class_VehicleWheel_get_suspension_max_force>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`get_suspension_rest_length<class_VehicleWheel_get_suspension_rest_length>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`get_suspension_stiffness<class_VehicleWheel_get_suspension_stiffness>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`get_suspension_travel<class_VehicleWheel_get_suspension_travel>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_in_contact<class_VehicleWheel_is_in_contact>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_used_as_steering<class_VehicleWheel_is_used_as_steering>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_used_as_traction<class_VehicleWheel_is_used_as_traction>` **(** **)** const |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_damping_compression<class_VehicleWheel_set_damping_compression>` **(** :ref:`float<class_float>` length **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_damping_relaxation<class_VehicleWheel_set_damping_relaxation>` **(** :ref:`float<class_float>` length **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_friction_slip<class_VehicleWheel_set_friction_slip>` **(** :ref:`float<class_float>` length **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_radius<class_VehicleWheel_set_radius>` **(** :ref:`float<class_float>` length **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_roll_influence<class_VehicleWheel_set_roll_influence>` **(** :ref:`float<class_float>` roll_influence **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_suspension_max_force<class_VehicleWheel_set_suspension_max_force>` **(** :ref:`float<class_float>` length **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_suspension_rest_length<class_VehicleWheel_set_suspension_rest_length>` **(** :ref:`float<class_float>` length **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_suspension_stiffness<class_VehicleWheel_set_suspension_stiffness>` **(** :ref:`float<class_float>` length **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_suspension_travel<class_VehicleWheel_set_suspension_travel>` **(** :ref:`float<class_float>` length **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_use_as_steering<class_VehicleWheel_set_use_as_steering>` **(** :ref:`bool<class_bool>` enable **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_use_as_traction<class_VehicleWheel_set_use_as_traction>` **(** :ref:`bool<class_bool>` enable **)** |
|
|
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_VehicleWheel_get_damping_compression:
|
|
|
|
- :ref:`float<class_float>` **get_damping_compression** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_get_damping_relaxation:
|
|
|
|
- :ref:`float<class_float>` **get_damping_relaxation** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_get_friction_slip:
|
|
|
|
- :ref:`float<class_float>` **get_friction_slip** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_get_radius:
|
|
|
|
- :ref:`float<class_float>` **get_radius** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_get_roll_influence:
|
|
|
|
- :ref:`float<class_float>` **get_roll_influence** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_get_suspension_max_force:
|
|
|
|
- :ref:`float<class_float>` **get_suspension_max_force** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_get_suspension_rest_length:
|
|
|
|
- :ref:`float<class_float>` **get_suspension_rest_length** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_get_suspension_stiffness:
|
|
|
|
- :ref:`float<class_float>` **get_suspension_stiffness** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_get_suspension_travel:
|
|
|
|
- :ref:`float<class_float>` **get_suspension_travel** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_is_in_contact:
|
|
|
|
- :ref:`bool<class_bool>` **is_in_contact** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_is_used_as_steering:
|
|
|
|
- :ref:`bool<class_bool>` **is_used_as_steering** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_is_used_as_traction:
|
|
|
|
- :ref:`bool<class_bool>` **is_used_as_traction** **(** **)** const
|
|
|
|
.. _class_VehicleWheel_set_damping_compression:
|
|
|
|
- void **set_damping_compression** **(** :ref:`float<class_float>` length **)**
|
|
|
|
.. _class_VehicleWheel_set_damping_relaxation:
|
|
|
|
- void **set_damping_relaxation** **(** :ref:`float<class_float>` length **)**
|
|
|
|
.. _class_VehicleWheel_set_friction_slip:
|
|
|
|
- void **set_friction_slip** **(** :ref:`float<class_float>` length **)**
|
|
|
|
.. _class_VehicleWheel_set_radius:
|
|
|
|
- void **set_radius** **(** :ref:`float<class_float>` length **)**
|
|
|
|
.. _class_VehicleWheel_set_roll_influence:
|
|
|
|
- void **set_roll_influence** **(** :ref:`float<class_float>` roll_influence **)**
|
|
|
|
.. _class_VehicleWheel_set_suspension_max_force:
|
|
|
|
- void **set_suspension_max_force** **(** :ref:`float<class_float>` length **)**
|
|
|
|
.. _class_VehicleWheel_set_suspension_rest_length:
|
|
|
|
- void **set_suspension_rest_length** **(** :ref:`float<class_float>` length **)**
|
|
|
|
.. _class_VehicleWheel_set_suspension_stiffness:
|
|
|
|
- void **set_suspension_stiffness** **(** :ref:`float<class_float>` length **)**
|
|
|
|
.. _class_VehicleWheel_set_suspension_travel:
|
|
|
|
- void **set_suspension_travel** **(** :ref:`float<class_float>` length **)**
|
|
|
|
.. _class_VehicleWheel_set_use_as_steering:
|
|
|
|
- void **set_use_as_steering** **(** :ref:`bool<class_bool>` enable **)**
|
|
|
|
.. _class_VehicleWheel_set_use_as_traction:
|
|
|
|
- void **set_use_as_traction** **(** :ref:`bool<class_bool>` enable **)**
|
|
|
|
|