C# Class LightBuzz.Vitruvius.Gestures.SwipeLeftSegment3

The third part of the swipe left gesture
Inheritance: IGestureSegment
Show file Open project: ase-lab/SoD_Sensor_v2 Class Usage Examples

Public Methods

Method Description
Update ( Body body ) : GesturePartResult

Updates the current gesture.

Method Details

Update() public method

Updates the current gesture.
public Update ( Body body ) : GesturePartResult
body Body The body.
return GesturePartResult