.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/VehicleWheel3D.xml. .. _class_VehicleWheel3D: VehicleWheel3D ============== **Inherits:** :ref:`Node3D` **<** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`brake` | ``0.0`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`damping_compression` | ``0.83`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`damping_relaxation` | ``0.88`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`engine_force` | ``0.0`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`steering` | ``0.0`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`suspension_max_force` | ``6000.0`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`suspension_stiffness` | ``5.88`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`suspension_travel` | ``0.2`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`bool` | :ref:`use_as_steering` | ``false`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`bool` | :ref:`use_as_traction` | ``false`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`wheel_friction_slip` | ``10.5`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`wheel_radius` | ``0.5`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`wheel_rest_length` | ``0.15`` | +---------------------------+---------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`wheel_roll_influence` | ``0.1`` | +---------------------------+---------------------------------------------------------------------------------+------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------+-------------------------------------------------------------------------------------------+ | :ref:`Node3D` | :ref:`get_contact_body` **(** **)** |const| | +-----------------------------+-------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_rpm` **(** **)** |const| | +-----------------------------+-------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_skidinfo` **(** **)** |const| | +-----------------------------+-------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_in_contact` **(** **)** |const| | +-----------------------------+-------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_VehicleWheel3D_property_brake: .. rst-class:: classref-property :ref:`float` **brake** = ``0.0`` .. rst-class:: classref-property-setget - void **set_brake** **(** :ref:`float` value **)** - :ref:`float` **get_brake** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_damping_compression: .. rst-class:: classref-property :ref:`float` **damping_compression** = ``0.83`` .. rst-class:: classref-property-setget - void **set_damping_compression** **(** :ref:`float` value **)** - :ref:`float` **get_damping_compression** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_damping_relaxation: .. rst-class:: classref-property :ref:`float` **damping_relaxation** = ``0.88`` .. rst-class:: classref-property-setget - void **set_damping_relaxation** **(** :ref:`float` value **)** - :ref:`float` **get_damping_relaxation** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_engine_force: .. rst-class:: classref-property :ref:`float` **engine_force** = ``0.0`` .. rst-class:: classref-property-setget - void **set_engine_force** **(** :ref:`float` value **)** - :ref:`float` **get_engine_force** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_steering: .. rst-class:: classref-property :ref:`float` **steering** = ``0.0`` .. rst-class:: classref-property-setget - void **set_steering** **(** :ref:`float` value **)** - :ref:`float` **get_steering** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_suspension_max_force: .. rst-class:: classref-property :ref:`float` **suspension_max_force** = ``6000.0`` .. rst-class:: classref-property-setget - void **set_suspension_max_force** **(** :ref:`float` value **)** - :ref:`float` **get_suspension_max_force** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_suspension_stiffness: .. rst-class:: classref-property :ref:`float` **suspension_stiffness** = ``5.88`` .. rst-class:: classref-property-setget - void **set_suspension_stiffness** **(** :ref:`float` value **)** - :ref:`float` **get_suspension_stiffness** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_suspension_travel: .. rst-class:: classref-property :ref:`float` **suspension_travel** = ``0.2`` .. rst-class:: classref-property-setget - void **set_suspension_travel** **(** :ref:`float` value **)** - :ref:`float` **get_suspension_travel** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_use_as_steering: .. rst-class:: classref-property :ref:`bool` **use_as_steering** = ``false`` .. rst-class:: classref-property-setget - void **set_use_as_steering** **(** :ref:`bool` value **)** - :ref:`bool` **is_used_as_steering** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_use_as_traction: .. rst-class:: classref-property :ref:`bool` **use_as_traction** = ``false`` .. rst-class:: classref-property-setget - void **set_use_as_traction** **(** :ref:`bool` value **)** - :ref:`bool` **is_used_as_traction** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_wheel_friction_slip: .. rst-class:: classref-property :ref:`float` **wheel_friction_slip** = ``10.5`` .. rst-class:: classref-property-setget - void **set_friction_slip** **(** :ref:`float` value **)** - :ref:`float` **get_friction_slip** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_wheel_radius: .. rst-class:: classref-property :ref:`float` **wheel_radius** = ``0.5`` .. rst-class:: classref-property-setget - void **set_radius** **(** :ref:`float` value **)** - :ref:`float` **get_radius** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_wheel_rest_length: .. rst-class:: classref-property :ref:`float` **wheel_rest_length** = ``0.15`` .. rst-class:: classref-property-setget - void **set_suspension_rest_length** **(** :ref:`float` value **)** - :ref:`float` **get_suspension_rest_length** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_property_wheel_roll_influence: .. rst-class:: classref-property :ref:`float` **wheel_roll_influence** = ``0.1`` .. rst-class:: classref-property-setget - void **set_roll_influence** **(** :ref:`float` value **)** - :ref:`float` **get_roll_influence** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_VehicleWheel3D_method_get_contact_body: .. rst-class:: classref-method :ref:`Node3D` **get_contact_body** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_method_get_rpm: .. rst-class:: classref-method :ref:`float` **get_rpm** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_method_get_skidinfo: .. rst-class:: classref-method :ref:`float` **get_skidinfo** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VehicleWheel3D_method_is_in_contact: .. rst-class:: classref-method :ref:`bool` **is_in_contact** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`