C# Class TechfairKinect.StringDisplay.StringDisplayAppState

Inheritance: IAppState
Exibir arquivo Open project: techx/old-techfair-kinect-booth

Private Properties

Property Type Description

Public Methods

Method Description
OnGesture ( GestureType gestureType ) : void
OnTransitionFrom ( System.Action onCompleted ) : void
OnTransitionTo ( ) : void
ResetSkeleton ( ) : void
StringDisplayAppState ( Size screenBounds ) : System
UpdatePhysics ( double timeStep ) : void
UpdateSkeleton ( ScaledJoint>.Dictionary scaledSkeleton ) : void

Method Details

OnGesture() public method

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

OnTransitionFrom() public method

public OnTransitionFrom ( System.Action onCompleted ) : void
onCompleted System.Action
return void

OnTransitionTo() public method

public OnTransitionTo ( ) : void
return void

ResetSkeleton() public method

public ResetSkeleton ( ) : void
return void

StringDisplayAppState() public method

public StringDisplayAppState ( Size screenBounds ) : System
screenBounds System.Drawing.Size
return System

UpdatePhysics() public method

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

UpdateSkeleton() public method

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