C# Class Kinect.KinectGestures.GestureData

Gesture data structure.
Mostrar archivo 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_oe property

public bool cancelled
return bool

checkForGestures public_oe property

public List checkForGestures
return List

complete public_oe property

public bool complete
return bool

gesture public_oe property

public Gestures gesture
return Gestures

joint public_oe property

public int joint
return int

jointPos public_oe property

public Vector3,UnityEngine jointPos
return UnityEngine.Vector3

progress public_oe property

public float progress
return float

screenPos public_oe property

public Vector3,UnityEngine screenPos
return UnityEngine.Vector3

startTrackingAtTime public_oe property

public float startTrackingAtTime
return float

state public_oe property

public int state
return int

tagFloat public_oe property

public float tagFloat
return float

tagVector public_oe property

public Vector3,UnityEngine tagVector
return UnityEngine.Vector3

tagVector2 public_oe property

public Vector3,UnityEngine tagVector2
return UnityEngine.Vector3

timestamp public_oe property

public float timestamp
return float

userId public_oe property

public long userId
return long