1
This commit is contained in:
@@ -27,13 +27,13 @@ namespace Net.Project.B.WorldNode
|
||||
|
||||
public bool allowAckermannSteering;
|
||||
|
||||
public float steeringWheelAngle=180;
|
||||
public float steeringWheelAngle { get; set; } = 45;
|
||||
|
||||
public float maxForwardSpeed = 100f; // 100f default
|
||||
public float maxReverseSpeed = 30f; // 30f default
|
||||
public float horsePower = 1000f; // 100f0 default
|
||||
public float brakePower = 2000f; // 2000f default
|
||||
public float handbrakeForce = 3000f; // 3000f default
|
||||
public float handbrakeForce = 1000f; // 3000f default
|
||||
public float maxSteerAngle = 30f; // 30f default
|
||||
public float steeringSpeed = 5f; // 0.5f default
|
||||
public float stopThreshold = 1f; // 1f default. At what speed car will make a full stop
|
||||
|
Reference in New Issue
Block a user