This version of Unity is unsupported.
Method group is Obsolete

InteractionSourcePose.TryGetAngularVelocity

Obsolete Support for built-in VR will be removed in Unity 2020.1. Please update to the new Unity XR Plugin System. More information about the new XR Plugin System can be found at https://docs.unity3d.com/2019.3/Documentation/Manual/XR.html.

Declaration

public bool TryGetAngularVelocity(out Vector3 angularVelocity);

Parameters

angularVelocity If the function returns true, this will be filled out with the angular velocity of the interaction source. If the function returns false, the value filled out should not be used.

Returns

bool True if the angular velocity was set in the output parameter. False if the angular velocity is not available due to limitations of the underlying platform or if the node is not presently tracked.

Description

Attempts to retrieve a Vector3 representing the current angular velocity of the tracked node.