123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- .. 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 **)**
|