Click or drag to resize

PlayerMousepointerSpeed Property

The pointer speed. This does not affect the speed of input from the mouse x/y axes if useHardwarePointerPosition is enabled. It only affects the speed from input sources other than mouse x/y or if mouse x/y are mapped to Actions assigned to Axes.

Namespace:  Rewired.Components
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public float pointerSpeed { get; set; }

Property Value

Type: Single
See Also