HandMotion
Constructors
Definition
Overloads
HandMotion()
public HandMotion ();
HandMotion(String, String, MotionPlane, Nullable<Hand>)
public HandMotion (string name, string indexCustomSvgPath, Microsoft.Gestures.MotionPlane plane = Microsoft.Gestures.MotionPlane.Vertical, Nullable<Microsoft.Gestures.Hand> hand = null);
Parameters
- name
- System.String
- indexCustomSvgPath
- System.String
- plane
- MotionPlane
- hand
- System.Nullable<Hand>
HandMotion(String, IEnumerable<HorizontalMotionSegment>, Nullable<Hand>)
public HandMotion (string name, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> indexMotionScript, Nullable<Microsoft.Gestures.Hand> hand = null);
Parameters
- name
- System.String
- indexMotionScript
- System.Collections.Generic.IEnumerable<HorizontalMotionSegment>
- hand
- System.Nullable<Hand>
HandMotion(String, IEnumerable<DepthMotionSegment>, Nullable<Hand>)
public HandMotion (string name, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> indexMotionScript, Nullable<Microsoft.Gestures.Hand> hand = null);
Parameters
- name
- System.String
- indexMotionScript
- System.Collections.Generic.IEnumerable<DepthMotionSegment>
- hand
- System.Nullable<Hand>
HandMotion(String, VerticalMotionSegment, Nullable<Hand>)
public HandMotion (string name, Microsoft.Gestures.VerticalMotionSegment indexDirection, Nullable<Microsoft.Gestures.Hand> hand = null);
Parameters
- name
- System.String
- indexDirection
- VerticalMotionSegment
- hand
- System.Nullable<Hand>
HandMotion(String, IEnumerable<VerticalMotionSegment>, Nullable<Hand>)
public HandMotion (string name, System.Collections.Generic.IEnumerable<Microsoft.Gestures.VerticalMotionSegment> indexMotionScript, Nullable<Microsoft.Gestures.Hand> hand = null);
Parameters
- name
- System.String
- indexMotionScript
- System.Collections.Generic.IEnumerable<VerticalMotionSegment>
- hand
- System.Nullable<Hand>
HandMotion(String, DepthMotionSegment, Nullable<Hand>)
public HandMotion (string name, Microsoft.Gestures.DepthMotionSegment indexDirection, Nullable<Microsoft.Gestures.Hand> hand = null);
Parameters
- name
- System.String
- indexDirection
- DepthMotionSegment
- hand
- System.Nullable<Hand>
HandMotion(String, MotionConstraint[])
public HandMotion (string name, Microsoft.Gestures.MotionConstraint[] constraints);
Parameters
- name
- System.String
- constraints
- MotionConstraint[]
HandMotion(String, Hand)
public HandMotion (string name, Microsoft.Gestures.Hand hand);
Parameters
- name
- System.String
- hand
- Hand
HandMotion(String, HorizontalMotionSegment, Nullable<Hand>)
public HandMotion (string name, Microsoft.Gestures.HorizontalMotionSegment indexDirection, Nullable<Microsoft.Gestures.Hand> hand = null);
Parameters
- name
- System.String
- indexDirection
- HorizontalMotionSegment
- hand
- System.Nullable<Hand>