Version: 2019.1
public bool TryGetAngularVelocity (out Vector3 angularVelocity);

Parameters

angularVelocityIf 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.