Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.2 KB

rampforceeffect_setparameters_1798020340.md

File metadata and controls

29 lines (20 loc) · 1.2 KB
-api-id -api-type
M:Windows.Gaming.Input.ForceFeedback.RampForceEffect.SetParameters(Windows.Foundation.Numerics.Vector3,Windows.Foundation.Numerics.Vector3,Windows.Foundation.TimeSpan)
winrt method

Windows.Gaming.Input.ForceFeedback.RampForceEffect.SetParameters

-description

Sets the parameters for the ramp force feedback effect.

-parameters

-param startVector

A vector describing the direction and magnitude of the effect on each axis when the effect is starting. Each individual axis has a range of -1.0 to 1.0 and is independent of the other axes. Specifying a negative value for an axis reverses the input values from the axis.

-param endVector

A vector describing the direction and magnitude of the effect on each axis when the effect is ending. Each individual axis has a range of -1.0 to 1.0 and is independent of the other axes. Specifying a negative value for an axis reverses the input values from the axis.

-param duration

The duration of the effect.

-remarks

-examples

-see-also