class_vehiclewheel.rst 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_VehicleWheel:
  4. VehicleWheel
  5. ============
  6. **Inherits:** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`float<class_float>` | :ref:`get_damping_compression<class_VehicleWheel_get_damping_compression>` **(** **)** const |
  14. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`float<class_float>` | :ref:`get_damping_relaxation<class_VehicleWheel_get_damping_relaxation>` **(** **)** const |
  16. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  17. | :ref:`float<class_float>` | :ref:`get_friction_slip<class_VehicleWheel_get_friction_slip>` **(** **)** const |
  18. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`float<class_float>` | :ref:`get_radius<class_VehicleWheel_get_radius>` **(** **)** const |
  20. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`float<class_float>` | :ref:`get_roll_influence<class_VehicleWheel_get_roll_influence>` **(** **)** const |
  22. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`float<class_float>` | :ref:`get_suspension_max_force<class_VehicleWheel_get_suspension_max_force>` **(** **)** const |
  24. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  25. | :ref:`float<class_float>` | :ref:`get_suspension_rest_length<class_VehicleWheel_get_suspension_rest_length>` **(** **)** const |
  26. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  27. | :ref:`float<class_float>` | :ref:`get_suspension_stiffness<class_VehicleWheel_get_suspension_stiffness>` **(** **)** const |
  28. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  29. | :ref:`float<class_float>` | :ref:`get_suspension_travel<class_VehicleWheel_get_suspension_travel>` **(** **)** const |
  30. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  31. | :ref:`bool<class_bool>` | :ref:`is_in_contact<class_VehicleWheel_is_in_contact>` **(** **)** const |
  32. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  33. | :ref:`bool<class_bool>` | :ref:`is_used_as_steering<class_VehicleWheel_is_used_as_steering>` **(** **)** const |
  34. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  35. | :ref:`bool<class_bool>` | :ref:`is_used_as_traction<class_VehicleWheel_is_used_as_traction>` **(** **)** const |
  36. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  37. | void | :ref:`set_damping_compression<class_VehicleWheel_set_damping_compression>` **(** :ref:`float<class_float>` length **)** |
  38. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  39. | void | :ref:`set_damping_relaxation<class_VehicleWheel_set_damping_relaxation>` **(** :ref:`float<class_float>` length **)** |
  40. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  41. | void | :ref:`set_friction_slip<class_VehicleWheel_set_friction_slip>` **(** :ref:`float<class_float>` length **)** |
  42. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  43. | void | :ref:`set_radius<class_VehicleWheel_set_radius>` **(** :ref:`float<class_float>` length **)** |
  44. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  45. | void | :ref:`set_roll_influence<class_VehicleWheel_set_roll_influence>` **(** :ref:`float<class_float>` roll_influence **)** |
  46. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  47. | void | :ref:`set_suspension_max_force<class_VehicleWheel_set_suspension_max_force>` **(** :ref:`float<class_float>` length **)** |
  48. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  49. | void | :ref:`set_suspension_rest_length<class_VehicleWheel_set_suspension_rest_length>` **(** :ref:`float<class_float>` length **)** |
  50. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  51. | void | :ref:`set_suspension_stiffness<class_VehicleWheel_set_suspension_stiffness>` **(** :ref:`float<class_float>` length **)** |
  52. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  53. | void | :ref:`set_suspension_travel<class_VehicleWheel_set_suspension_travel>` **(** :ref:`float<class_float>` length **)** |
  54. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  55. | void | :ref:`set_use_as_steering<class_VehicleWheel_set_use_as_steering>` **(** :ref:`bool<class_bool>` enable **)** |
  56. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  57. | void | :ref:`set_use_as_traction<class_VehicleWheel_set_use_as_traction>` **(** :ref:`bool<class_bool>` enable **)** |
  58. +----------------------------+---------------------------------------------------------------------------------------------------------------------------------+
  59. Member Function Description
  60. ---------------------------
  61. .. _class_VehicleWheel_get_damping_compression:
  62. - :ref:`float<class_float>` **get_damping_compression** **(** **)** const
  63. .. _class_VehicleWheel_get_damping_relaxation:
  64. - :ref:`float<class_float>` **get_damping_relaxation** **(** **)** const
  65. .. _class_VehicleWheel_get_friction_slip:
  66. - :ref:`float<class_float>` **get_friction_slip** **(** **)** const
  67. .. _class_VehicleWheel_get_radius:
  68. - :ref:`float<class_float>` **get_radius** **(** **)** const
  69. .. _class_VehicleWheel_get_roll_influence:
  70. - :ref:`float<class_float>` **get_roll_influence** **(** **)** const
  71. .. _class_VehicleWheel_get_suspension_max_force:
  72. - :ref:`float<class_float>` **get_suspension_max_force** **(** **)** const
  73. .. _class_VehicleWheel_get_suspension_rest_length:
  74. - :ref:`float<class_float>` **get_suspension_rest_length** **(** **)** const
  75. .. _class_VehicleWheel_get_suspension_stiffness:
  76. - :ref:`float<class_float>` **get_suspension_stiffness** **(** **)** const
  77. .. _class_VehicleWheel_get_suspension_travel:
  78. - :ref:`float<class_float>` **get_suspension_travel** **(** **)** const
  79. .. _class_VehicleWheel_is_in_contact:
  80. - :ref:`bool<class_bool>` **is_in_contact** **(** **)** const
  81. .. _class_VehicleWheel_is_used_as_steering:
  82. - :ref:`bool<class_bool>` **is_used_as_steering** **(** **)** const
  83. .. _class_VehicleWheel_is_used_as_traction:
  84. - :ref:`bool<class_bool>` **is_used_as_traction** **(** **)** const
  85. .. _class_VehicleWheel_set_damping_compression:
  86. - void **set_damping_compression** **(** :ref:`float<class_float>` length **)**
  87. .. _class_VehicleWheel_set_damping_relaxation:
  88. - void **set_damping_relaxation** **(** :ref:`float<class_float>` length **)**
  89. .. _class_VehicleWheel_set_friction_slip:
  90. - void **set_friction_slip** **(** :ref:`float<class_float>` length **)**
  91. .. _class_VehicleWheel_set_radius:
  92. - void **set_radius** **(** :ref:`float<class_float>` length **)**
  93. .. _class_VehicleWheel_set_roll_influence:
  94. - void **set_roll_influence** **(** :ref:`float<class_float>` roll_influence **)**
  95. .. _class_VehicleWheel_set_suspension_max_force:
  96. - void **set_suspension_max_force** **(** :ref:`float<class_float>` length **)**
  97. .. _class_VehicleWheel_set_suspension_rest_length:
  98. - void **set_suspension_rest_length** **(** :ref:`float<class_float>` length **)**
  99. .. _class_VehicleWheel_set_suspension_stiffness:
  100. - void **set_suspension_stiffness** **(** :ref:`float<class_float>` length **)**
  101. .. _class_VehicleWheel_set_suspension_travel:
  102. - void **set_suspension_travel** **(** :ref:`float<class_float>` length **)**
  103. .. _class_VehicleWheel_set_use_as_steering:
  104. - void **set_use_as_steering** **(** :ref:`bool<class_bool>` enable **)**
  105. .. _class_VehicleWheel_set_use_as_traction:
  106. - void **set_use_as_traction** **(** :ref:`bool<class_bool>` enable **)**