C# Class TechfairKinect.Components.Skeleton.SkeletonComponent

Inheritance: IComponent
Mostra file Open project: techx/old-techfair-kinect-booth

Public Properties

Property Type Description
CurrentSkeleton ScaledJoint>.Dictionary

Public Methods

Method Description
OnGesture ( GestureType gestureType ) : void
ResetSkeleton ( ) : void
UpdatePhysics ( double timeStep ) : void
UpdateSkeleton ( ScaledJoint>.Dictionary skeleton ) : void

Method Details

OnGesture() public method

public OnGesture ( GestureType gestureType ) : void
gestureType GestureType
return void

ResetSkeleton() public method

public ResetSkeleton ( ) : void
return void

UpdatePhysics() public method

public UpdatePhysics ( double timeStep ) : void
timeStep double
return void

UpdateSkeleton() public method

public UpdateSkeleton ( ScaledJoint>.Dictionary skeleton ) : void
skeleton ScaledJoint>.Dictionary
return void

Property Details

CurrentSkeleton public_oe property

public Dictionary CurrentSkeleton
return ScaledJoint>.Dictionary