forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 20
class_carbody
reduz edited this page Apr 10, 2014
·
9 revisions
####Inherits: PhysicsBody ####Category: Core
- void set_max_steer_angle ( float value )
- void set_steer_rate ( float rate )
- void set_drive_torque ( float value )
- float get_max_steer_angle ( ) const
- float get_steer_rate ( ) const
- float get_drive_torque ( ) const
- void set_target_steering ( float amount )
- void set_target_accelerate ( float amount )
- void set_hand_brake ( float amount )
- float get_target_steering ( ) const
- float get_target_accelerate ( ) const
- float get_hand_brake ( ) const
- void set_mass ( float mass )
- float get_mass ( ) const
- void set_friction ( float friction )
- float get_friction ( ) const