forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_vehiclebody
reduz edited this page Oct 15, 2014
·
1 revision
####Inherits: PhysicsBody ####Category: Core
- void set_mass ( float mass )
- float get_mass ( ) const
- void set_friction ( float friction )
- float get_friction ( ) const
- void set_engine_force ( float engine_force )
- float get_engine_force ( ) const
- void set_brake ( float brake )
- float get_brake ( ) const
- void set_steering ( float steering )
- float get_steering ( ) const