Property TurnThresholdMin
TurnThresholdMin
Min angle at which the turn with toggle to the other direction (actual toggle angle is chosen randomly in range min to max). If it is 1 then it will never toggle. If negative then no turn is applied.
Declaration
public float TurnThresholdMin { set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Default value = 0.6f. Min value = -0.1f. Max value = 1.0f.