This commit is contained in:
CortexCore
2025-03-24 14:42:29 +08:00
parent ff7afe4133
commit 5fceb6f885
16 changed files with 153 additions and 16 deletions

View File

@@ -26,6 +26,8 @@ namespace Net.Project.B.WorldNode
public Transform steeringWheel;
public bool allowAckermannSteering;
public float steeringWheelAngle=180;
public float maxForwardSpeed = 100f; // 100f default
public float maxReverseSpeed = 30f; // 30f default