class_vehiclebody - dragonsoulz/godot GitHub Wiki
VehicleBody
####Inherits: PhysicsBody ####Category: Core
Brief Description
Member Functions
- 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