C# 클래스 Kinect.KinectGestures.GestureData

Gesture data structure.
파일 보기 프로젝트 열기: BrainProject/UnityTemp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cancelled bool
checkForGestures List
complete bool
gesture Gestures
joint int
jointPos UnityEngine.Vector3
progress float
screenPos UnityEngine.Vector3
startTrackingAtTime float
state int
tagFloat float
tagVector UnityEngine.Vector3
tagVector2 UnityEngine.Vector3
timestamp float
userId long

프로퍼티 상세

cancelled 공개적으로 프로퍼티

public bool cancelled
리턴 bool

checkForGestures 공개적으로 프로퍼티

public List checkForGestures
리턴 List

complete 공개적으로 프로퍼티

public bool complete
리턴 bool

gesture 공개적으로 프로퍼티

public Gestures gesture
리턴 Gestures

joint 공개적으로 프로퍼티

public int joint
리턴 int

jointPos 공개적으로 프로퍼티

public Vector3,UnityEngine jointPos
리턴 UnityEngine.Vector3

progress 공개적으로 프로퍼티

public float progress
리턴 float

screenPos 공개적으로 프로퍼티

public Vector3,UnityEngine screenPos
리턴 UnityEngine.Vector3

startTrackingAtTime 공개적으로 프로퍼티

public float startTrackingAtTime
리턴 float

state 공개적으로 프로퍼티

public int state
리턴 int

tagFloat 공개적으로 프로퍼티

public float tagFloat
리턴 float

tagVector 공개적으로 프로퍼티

public Vector3,UnityEngine tagVector
리턴 UnityEngine.Vector3

tagVector2 공개적으로 프로퍼티

public Vector3,UnityEngine tagVector2
리턴 UnityEngine.Vector3

timestamp 공개적으로 프로퍼티

public float timestamp
리턴 float

userId 공개적으로 프로퍼티

public long userId
리턴 long