C# Class TechfairKinect.StringDisplay.StringDisplayAppState

Inheritance: IAppState
Afficher le fichier Open project: techx/old-techfair-kinect-booth

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public OnGesture ( GestureType gestureType ) : void
gestureType GestureType
Résultat void

OnTransitionFrom() public méthode

public OnTransitionFrom ( System.Action onCompleted ) : void
onCompleted System.Action
Résultat void

OnTransitionTo() public méthode

public OnTransitionTo ( ) : void
Résultat void

ResetSkeleton() public méthode

public ResetSkeleton ( ) : void
Résultat void

StringDisplayAppState() public méthode

public StringDisplayAppState ( Size screenBounds ) : System
screenBounds System.Drawing.Size
Résultat System

UpdatePhysics() public méthode

public UpdatePhysics ( double timeStep ) : void
timeStep double
Résultat void

UpdateSkeleton() public méthode

public UpdateSkeleton ( ScaledJoint>.Dictionary scaledSkeleton ) : void
scaledSkeleton ScaledJoint>.Dictionary
Résultat void