Example #1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="brush">The type of brush</param>
 public YouBrush(KinectPaintTools brush)
 {
     Brush = brush;
 }
Example #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="brush">The type of brush</param>
 public YouBrush(KinectPaintTools brush)
 {
     Brush = brush;
 }
Example #3
0
 public static void SetActiveTool(KinectPaintTools active)
 {
     activeTool = active;
 }
Example #4
0
 public static void SetActiveTool(KinectPaintTools active)
 {
     activeTool = active;
 }