Ejemplo n.º 1
0
 public MoveableBodyPart(Kinect kinect, SkeletonSelector bodyPart)
     : base(kinect)
 {
     this._bodyPart = bodyPart;
     this.SetupInfo();
     this.SetupEvents();
 }
Ejemplo n.º 2
0
 public ReformBodyParts(Kinect kinect, SkeletonSelector bodyParts)
     : base(kinect, bodyParts)
 {
     this.SetupEvents();
 }