Property SteeringLock
SteeringLock
Gets or sets a value that multiplies the game's calculation of the angle of the steer wheel will turn while at full turn. Steering lock is directly related to over/under-steer.
Declaration
public float SteeringLock { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The value that multiplies the game's calculation of the angle of the steer wheel, between 0.01 and above. |