C# Class Kinect.VisualGestureData

Visual gesture data structure.
Mostrar archivo Open project: BrainProject/UnityTemp Class Usage Examples

Public Properties

Property Type Description
confidence float
gestureName string
isComplete bool
isContinuous bool
isDiscrete bool
isResetting bool
progress float
timestamp float
userId long

Property Details

confidence public_oe property

public float confidence
return float

gestureName public_oe property

public string gestureName
return string

isComplete public_oe property

public bool isComplete
return bool

isContinuous public_oe property

public bool isContinuous
return bool

isDiscrete public_oe property

public bool isDiscrete
return bool

isResetting public_oe property

public bool isResetting
return bool

progress public_oe property

public float progress
return float

timestamp public_oe property

public float timestamp
return float

userId public_oe property

public long userId
return long