VehicleBody¶
Inherits: PhysicsBody < CollisionObject < Spatial < Node < Object
Category: Core
Brief Description¶
Member Functions¶
float | get_brake ( ) const |
float | get_engine_force ( ) const |
float | get_friction ( ) const |
float | get_mass ( ) const |
float | get_steering ( ) const |
void | set_brake ( float brake ) |
void | set_engine_force ( float engine_force ) |
void | set_friction ( float friction ) |
void | set_mass ( float mass ) |
void | set_steering ( float steering ) |
Member Function Description¶
- float get_brake ( ) const
- float get_engine_force ( ) const
- float get_friction ( ) const
- float get_mass ( ) const
- float get_steering ( ) const
- void set_brake ( float brake )
- void set_engine_force ( float engine_force )
- void set_friction ( float friction )
- void set_mass ( float mass )
- void set_steering ( float steering )