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