Property | Type | Description | |
---|---|---|---|
Kinect |
Method | Description | |
---|---|---|
AttachGesture ( ) : void | ||
StartKinect ( ) : void | ||
StopKinect ( ) : void | ||
SubscribeToKinectEvents ( ) : void | ||
SubscribeToUserUpdatedEvent ( ) : void | ||
TrackRightHand ( System.Windows.Media.Media3D.Point3D rightHandCoordinate ) : void | ||
UnSubscribeToKinectEvents ( ) : void |
Method | Description | |
---|---|---|
KinectCameraDataUpdated ( object sender, |
||
KinectCameraMessage ( object sender, |
||
UpdateUserInterface ( System.Action action ) : void | ||
WorkshopViewModelBase ( ) : System |
Method | Description | |
---|---|---|
SafeStartKinect ( ) : void | ||
SafeStopKinect ( ) : void |
protected KinectCameraDataUpdated ( object sender, |
||
sender | object | |
e | ||
return | void |
protected KinectCameraMessage ( object sender, |
||
sender | object | |
e | ||
return | void |
public abstract SubscribeToKinectEvents ( ) : void | ||
return | void |
public abstract SubscribeToUserUpdatedEvent ( ) : void | ||
return | void |
public abstract TrackRightHand ( System.Windows.Media.Media3D.Point3D rightHandCoordinate ) : void | ||
rightHandCoordinate | System.Windows.Media.Media3D.Point3D | |
return | void |
public abstract UnSubscribeToKinectEvents ( ) : void | ||
return | void |
protected UpdateUserInterface ( System.Action action ) : void | ||
action | System.Action | |
return | void |