C# Class Kinect.KinectGestures.GestureData

Gesture data structure.
Show file Open project: BrainProject/UnityTemp Class Usage Examples

Public Properties

Property Type Description
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

Property Details

cancelled public property

public bool cancelled
return bool

checkForGestures public property

public List checkForGestures
return List

complete public property

public bool complete
return bool

gesture public property

public Gestures gesture
return Gestures

joint public property

public int joint
return int

jointPos public property

public Vector3,UnityEngine jointPos
return UnityEngine.Vector3

progress public property

public float progress
return float

screenPos public property

public Vector3,UnityEngine screenPos
return UnityEngine.Vector3

startTrackingAtTime public property

public float startTrackingAtTime
return float

state public property

public int state
return int

tagFloat public property

public float tagFloat
return float

tagVector public property

public Vector3,UnityEngine tagVector
return UnityEngine.Vector3

tagVector2 public property

public Vector3,UnityEngine tagVector2
return UnityEngine.Vector3

timestamp public property

public float timestamp
return float

userId public property

public long userId
return long