forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_vehiclewheel
reduz edited this page Oct 15, 2014
·
1 revision
####Inherits: Spatial ####Category: Core
- 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