Method | Description | |
---|---|---|
GetGestureAtIndex ( int i ) : string |
Gets the gesture name at specified index, or empty string if the index is out of range.
|
|
GetGestureConfidence ( string gestureName ) : float |
Gets the confidence of the specified discrete gesture, in range [0, 1].
|
|
GetGestureProgress ( string gestureName ) : float |
Gets the progress of the specified continuous gesture, in range [0, 1].
|
|
GetGesturesCount ( ) : int |
Gets the count of detected gestures.
|
|
GetGesturesList ( ) : List |
Gets the list of detected gestures.
|
|
GetTrackedUserID ( ) : long |
Gets the skeleton ID of the tracked user, or 0 if no user was associated with the gestures.
|
|
IsGestureCompleted ( string gestureName, bool bResetOnComplete ) : bool |
Determines whether the specified discrete gesture is completed.
|
|
IsTrackingGesture ( string gestureName ) : bool |
Determines whether the given gesture is in the list of detected gestures.
|
|
IsVisualGestureInitialized ( ) : bool |
Determines whether the visual-gesture manager was successfully initialized.
|
|
OnDestroy ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
FinishVisualGestures ( ) : void | ||
InitVisualGestures ( ) : bool | ||
IsVisualGesturesAvailable ( bool &bNeedRestart ) : bool | ||
UpdateVisualGestures ( long userId ) : bool |
public GetGestureAtIndex ( int i ) : string | ||
i | int | The index |
return | string |
public GetGestureConfidence ( string gestureName ) : float | ||
gestureName | string | Gesture name |
return | float |
public GetGestureProgress ( string gestureName ) : float | ||
gestureName | string | Gesture name |
return | float |
public IsGestureCompleted ( string gestureName, bool bResetOnComplete ) : bool | ||
gestureName | string | Gesture name |
bResetOnComplete | bool | If set to |
return | bool |
public IsTrackingGesture ( string gestureName ) : bool | ||
gestureName | string | Gesture name. |
return | bool |