class_vehiclewheel - dragonsoulz/godot GitHub Wiki
VehicleWheel
####Inherits: Spatial ####Category: Core
Brief Description
Member Functions
- void set_radius ( float length )
- float get_radius ( ) const
- void set_suspension_rest_length ( float length )
- float get_suspension_rest_length ( ) const
- void set_suspension_travel ( float length )
- float get_suspension_travel ( ) const
- void set_suspension_stiffness ( float length )
- float get_suspension_stiffness ( ) const
- void set_suspension_max_force ( float length )
- float get_suspension_max_force ( ) const
- void set_damping_compression ( float length )
- float get_damping_compression ( ) const
- void set_damping_relaxation ( float length )
- float get_damping_relaxation ( ) const
- void set_use_as_traction ( bool enable )
- bool is_used_as_traction ( ) const
- void set_use_as_steering ( bool enable )
- bool is_used_as_steering ( ) const
- void set_friction_slip ( float length )
- float get_friction_slip ( ) const