C# 클래스 TechfairKinect.Components.Skeleton.SkeletonComponent

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

공개 프로퍼티들

프로퍼티 타입 설명
CurrentSkeleton ScaledJoint>.Dictionary

공개 메소드들

메소드 설명
OnGesture ( GestureType gestureType ) : void
ResetSkeleton ( ) : void
UpdatePhysics ( double timeStep ) : void
UpdateSkeleton ( ScaledJoint>.Dictionary skeleton ) : void

메소드 상세

OnGesture() 공개 메소드

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

ResetSkeleton() 공개 메소드

public ResetSkeleton ( ) : void
리턴 void

UpdatePhysics() 공개 메소드

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

UpdateSkeleton() 공개 메소드

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

프로퍼티 상세

CurrentSkeleton 공개적으로 프로퍼티

public Dictionary CurrentSkeleton
리턴 ScaledJoint>.Dictionary