Click or drag to resize

GCControllerDualShock4ExtensionGetGyroscopeValue Method

Gets the value from the gyroscope converted to Unity's coordinate system.

Namespace: Rewired.Platforms.Apple.GameController
Assembly: Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Vector3 GetGyroscopeValue()

Return Value

Vector3
Gyroscope data

Implements

IDualShock4ExtensionGetGyroscopeValue
See Also