C# 클래스 TechfairKinect.StringDisplay.StringDisplayAppState

상속: IAppState
파일 보기 프로젝트 열기: techx/old-techfair-kinect-booth

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

OnGesture() 공개 메소드

public OnGesture ( GestureType gestureType ) : void
gestureType GestureType
리턴 void

OnTransitionFrom() 공개 메소드

public OnTransitionFrom ( System.Action onCompleted ) : void
onCompleted System.Action
리턴 void

OnTransitionTo() 공개 메소드

public OnTransitionTo ( ) : void
리턴 void

ResetSkeleton() 공개 메소드

public ResetSkeleton ( ) : void
리턴 void

StringDisplayAppState() 공개 메소드

public StringDisplayAppState ( Size screenBounds ) : System
screenBounds System.Drawing.Size
리턴 System

UpdatePhysics() 공개 메소드

public UpdatePhysics ( double timeStep ) : void
timeStep double
리턴 void

UpdateSkeleton() 공개 메소드

public UpdateSkeleton ( ScaledJoint>.Dictionary scaledSkeleton ) : void
scaledSkeleton ScaledJoint>.Dictionary
리턴 void