chore(formatting): separating regular functions from getter/setters
This commit is contained in:
parent
df44137108
commit
c8462c5bf0
|
@ -8,6 +8,7 @@ class CarPhysics : public RigidBody3D {
|
||||||
public:
|
public:
|
||||||
virtual void _enter_tree() override;
|
virtual void _enter_tree() override;
|
||||||
virtual void _integrate_forces(PhysicsDirectBodyState3D *state) override;
|
virtual void _integrate_forces(PhysicsDirectBodyState3D *state) override;
|
||||||
|
|
||||||
void set_target_speed(float target);
|
void set_target_speed(float target);
|
||||||
float get_target_speed() const;
|
float get_target_speed() const;
|
||||||
void set_current_steering(float steering);
|
void set_current_steering(float steering);
|
||||||
|
|
Loading…
Reference in a new issue