Exemple #1
0
 /// <summary>
 /// Checks if position on chessboard are the same
 /// </summary>
 public bool IsEquivalentTo(TrackingState other)
 {
     return(TrackingState.IsEquivalent(this, other));
 }
Exemple #2
0
 public KinectUpdateMessage(TrackingState trackingStateOfGame)
 {
     TrackingStateOfGame = trackingStateOfGame;
 }