XRNodeState.TryGetAngularVelocity

Cambiar al Manual
public bool TryGetAngularVelocity (out Vector3 angularVelocity);

Valor de retorno

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.

Descripción

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