C# 클래스 KineticMath.Kinect.Gestures.HistoryGestureBase

Gesture that keeps track of the history of movements
상속: BaseGesture
파일 보기 프로젝트 열기: kingston/kineticmath

보호된 프로퍼티들

프로퍼티 타입 설명
maxTimeToLive int
skeletalHistory List

공개 메소드들

메소드 설명
ProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void

메소드 상세

ProcessSkeleton() 공개 메소드

public ProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void
skeleton Microsoft.Kinect.Skeleton
리턴 void

프로퍼티 상세

maxTimeToLive 보호되어 있는 프로퍼티

protected int maxTimeToLive
리턴 int

skeletalHistory 보호되어 있는 프로퍼티

protected List skeletalHistory
리턴 List