ForceFeedbackConditionEffectNegativeSaturation Property |
Maximum force output on the negative side of the offset, in the range from 0 through 1. If the device does not support force saturation, the value of this member is ignored.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public float NegativeSaturation { get; set; }
Property Value
Type:
SingleRemarks
If the device does not support separate positive and negative saturation, the value of NegativeSaturation is ignored, and the value of PositiveSaturation is used as both the positive and negative saturation.
See Also