forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_carwheel
Lukas Sägesser edited this page Jun 22, 2015
·
10 revisions
####Inherits: Spatial ####Category: Core
- void set_side_friction ( float friction )
- void set_forward_friction ( float friction )
- void set_travel ( float distance )
- void set_radius ( float radius )
- void set_resting_frac ( float frac )
- void set_damping_frac ( float frac )
- void set_num_rays ( float amount )
- float get_side_friction ( ) const
- float get_forward_friction ( ) const
- float get_travel ( ) const
- float get_radius ( ) const
- float get_resting_frac ( ) const
- float 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
(c) Juan Linietsky, Ariel Manzur, Distributed under the terms of the CC By license.