コード例 #1
0
 public static void GetNodeStates(List <XRNodeState> nodeStates)
 {
     if (nodeStates == null)
     {
         throw new ArgumentNullException("nodeStates");
     }
     nodeStates.Clear();
     InputTracking.GetNodeStatesInternal(nodeStates);
 }