forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 20
class_carwheel
reduz edited this page Feb 23, 2014
·
9 revisions
####Inherits: Spatial ####Category: Core
- void set_side_friction ( real friction )
- void set_forward_friction ( real friction )
- void set_travel ( real distance )
- void set_radius ( real radius )
- void set_resting_frac ( real frac )
- void set_damping_frac ( real frac )
- void set_num_rays ( real amount )
- real get_side_friction ( ) const
- real get_forward_friction ( ) const
- real get_travel ( ) const
- real get_radius ( ) const
- real get_resting_frac ( ) const
- real get_damping_frac ( ) const
- int get_num_rays ( ) const
- void set_type_drive ( bool enable )
- bool is_type_drive ( ) const
- void set_type_steer ( bool enable )
- bool is_type_steer ( ) const