Property RollingPotential
RollingPotential
On impact with the wall if the rollingPotential(calculated from the characters linear velocity w.r.t the wall) is greater than this value the character will try to go over the wall otherwise it won't try (fow_Aborted).
Declaration
public float RollingPotential { set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Default value = 0.3f. Min value = -1.0f. Max value = 10.0f.