C# Class SkeletalTracking.SkeletonController

Afficher le fichier Open project: ardakara/Kinect-Gesture-Controller Class Usage Examples

Protected Properties

Свойство Type Description
window MainWindow

Méthodes publiques

Méthode Description
SkeletonController ( MainWindow win ) : System
adjustScale ( float f ) : void
controllerActivated ( Target>.Dictionary targets ) : void
processSkeletonFrame ( SkeletonData skeleton, Target>.Dictionary targets ) : void

Method Details

SkeletonController() public méthode

public SkeletonController ( MainWindow win ) : System
win MainWindow
Résultat System

adjustScale() public méthode

public adjustScale ( float f ) : void
f float
Résultat void

controllerActivated() public méthode

public controllerActivated ( Target>.Dictionary targets ) : void
targets Target>.Dictionary
Résultat void

processSkeletonFrame() public méthode

public processSkeletonFrame ( SkeletonData skeleton, Target>.Dictionary targets ) : void
skeleton SkeletonData
targets Target>.Dictionary
Résultat void

Property Details

window protected_oe property

protected MainWindow,SkeletalTracking window
Résultat MainWindow