forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_carbody
Lukas Sägesser edited this page Jun 22, 2015
·
10 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
(c) Juan Linietsky, Ariel Manzur, Distributed under the terms of the CC By license.