C# Class KineticMath.Kinect.Gestures.HistoryGestureBase

Gesture that keeps track of the history of movements
Inheritance: BaseGesture
Show file Open project: kingston/kineticmath

Protected Properties

Property Type Description
maxTimeToLive int
skeletalHistory List

Public Methods

Method Description
ProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void

Method Details

ProcessSkeleton() public method

public ProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void
skeleton Microsoft.Kinect.Skeleton
return void

Property Details

maxTimeToLive protected property

protected int maxTimeToLive
return int

skeletalHistory protected property

protected List skeletalHistory
return List