C# Class TechfairKinect.Gestures.Kinect.SkeletonReadEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: techx/old-techfair-kinect-booth Class Usage Examples

Public Methods

Method Description
SkeletonReadEventArgs ( int skeletonId, ScaledJoint>.Dictionary skeleton, long timestamp ) : System

Method Details

SkeletonReadEventArgs() public method

public SkeletonReadEventArgs ( int skeletonId, ScaledJoint>.Dictionary skeleton, long timestamp ) : System
skeletonId int
skeleton ScaledJoint>.Dictionary
timestamp long
return System