Click or drag to resize

PlayerControllerAxisabsoluteToRelativeScalingMode Property

Determines how a relative axis value will be scaled when controlled by an absolute axis (eg: a joystick). This can be used to scale axis value based on screen or viewport resolution. This is used for scaling mouse pointer speed.

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

Property Value

PlayerControllerAbsoluteToRelativeScalingMode
See Also