Click or drag to resize

DualShock4ExtensionGetAccelerometerValueRaw Method

Gets the raw value from the accelerometer as reported by the device. Reported device coordinates do not match Unity's coordinate system. Format: 1G = 8192f This value represents the last value reported by the accelerometer.

Namespace:  Rewired.ControllerExtensions
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Vector3 GetAccelerometerValueRaw()

Return Value

Type: Vector3
Raw accelerometer data

Implements

IDualShock4ExtensionGetAccelerometerValueRaw
See Also