Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

InteractionSourcePose.TryGetRight

public bool TryGetRight(out Vector3 right, XR.WSA.Input.InteractionSourceNode node);

Parameters

right The right vector of the interaction source, if the function returns true.
node Specifies which part of the controller to query for its right vector.

Returns

bool This method returns true if rotation is valid and the Vector3 passed in was filled out correctly, and false if otherwise.

Description

Gets the right vector of the interaction source, assuming rotation is valid.

Did you find this page useful? Please give it a rating: