Ejemplo n.º 1
0
 public static Skeleton FirstTrackedSkeleton(Skeleton[] skeletons)
 {
     var index = FirstTrackedSkeletonIndex(skeletons);
       if (index >= 0)
     return skeletons.ElementAt(index);
       return null;
 }