VehicleBody3D

Inherits: RigidBody3D < PhysicsBody3D < CollisionObject3D < Node3D < Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

float

brake

0.0

float

engine_force

0.0

float

mass

40.0 (overrides RigidBody3D)

float

steering

0.0


Property Descriptions

float brake = 0.0

  • void set_brake ( float value )

  • float get_brake ( )

There is currently no description for this property. Please help us by contributing one!


float engine_force = 0.0

  • void set_engine_force ( float value )

  • float get_engine_force ( )

There is currently no description for this property. Please help us by contributing one!


float steering = 0.0

  • void set_steering ( float value )

  • float get_steering ( )

There is currently no description for this property. Please help us by contributing one!