Property PredictionTime
PredictionTime
Amount of time (seconds) into the future that the character tries to step to. Bigger values try to recover with fewer, bigger steps. Smaller values recover with smaller steps, and generally recover less.
Declaration
public float PredictionTime { set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Default value = 0.1f. Min value = 0.0f. Max value = 1.0f.