GazeHandHelper.GetAllHandPositions Method

Definition

This function gets an array of all active hand positions

public:
 System::Collections::Generic::IEnumerable<UnityEngine::Vector3> ^ GetAllHandPositions();
public System.Collections.Generic.IEnumerable<UnityEngine.Vector3> GetAllHandPositions ();
member this.GetAllHandPositions : unit -> seq<UnityEngine.Vector3>
Public Iterator Function GetAllHandPositions () As IEnumerable(Of Vector3)

Returns

IEnumerable<UnityEngine.Vector3>

enumerable of Vector3

Applies to