Property PdDamping
PdDamping
Damping multiplier of the controller to keep the character at angle aimAngleBase from vertical. The actual damping is pdDampingpdStrengthconstant*angVel.
Declaration
public float PdDamping { set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Default value = 1.0f. Min value = 0.0f. Max value = 5.0f.