Gesture.AddSubPath(GestureSegment[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new path to the state-machine associated with this Gesture. Any edges on this path which previously existed in this Gesture will be ignored. Note that adding a new path to the state-machine graph may induce new triggering paths (a triggering path is a series of HandPoses and HandMotions which the user is required to execute in order to trigger the detection of the Gesture).
public void AddSubPath (Microsoft.Gestures.GestureSegment[] segments);
Parameters
- segments
- GestureSegment[]
A comma separated list of GestureSegment objects, describing a sequence of states which is to be added to the state-machine associated with this Gesture instance.