public bool TryGetRotation (out Quaternion rotation, XR.WSA.Input.InteractionSourceNode node);

Parámetros

nodeSpecifies which part of the controller to query for its rotation.
rotationThe rotation of the interaction source, if the function returns true.

Valor de retorno

bool This method returns true if the Quaternion passed in was filled out correctly, and false if otherwise.

Descripción

Gets the rotation of the interaction source, assuming the backing data is valid.