HandMotion 생성자

정의

오버로드

HandMotion()
HandMotion(String, String, MotionPlane, Nullable<Hand>)
HandMotion(String, IEnumerable<HorizontalMotionSegment>, Nullable<Hand>)
HandMotion(String, IEnumerable<DepthMotionSegment>, Nullable<Hand>)
HandMotion(String, VerticalMotionSegment, Nullable<Hand>)
HandMotion(String, IEnumerable<VerticalMotionSegment>, Nullable<Hand>)
HandMotion(String, DepthMotionSegment, Nullable<Hand>)
HandMotion(String, MotionConstraint[])
HandMotion(String, Hand)
HandMotion(String, HorizontalMotionSegment, Nullable<Hand>)

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);

매개 변수

name
String
indexCustomSvgPath
String
plane
MotionPlane
hand
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);

매개 변수

name
String
hand
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);

매개 변수

name
String
indexMotionScript
IEnumerable<DepthMotionSegment>
hand
Nullable<Hand>

적용 대상

HandMotion(String, VerticalMotionSegment, Nullable<Hand>)

public HandMotion (string name, Microsoft.Gestures.VerticalMotionSegment indexDirection, Nullable<Microsoft.Gestures.Hand> hand = null);

매개 변수

name
String
indexDirection
VerticalMotionSegment
hand
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);

매개 변수

name
String
indexMotionScript
IEnumerable<VerticalMotionSegment>
hand
Nullable<Hand>

적용 대상

HandMotion(String, DepthMotionSegment, Nullable<Hand>)

public HandMotion (string name, Microsoft.Gestures.DepthMotionSegment indexDirection, Nullable<Microsoft.Gestures.Hand> hand = null);

매개 변수

name
String
indexDirection
DepthMotionSegment
hand
Nullable<Hand>

적용 대상

HandMotion(String, MotionConstraint[])

public HandMotion (string name, Microsoft.Gestures.MotionConstraint[] constraints);

매개 변수

name
String
constraints
MotionConstraint[]

적용 대상

HandMotion(String, Hand)

public HandMotion (string name, Microsoft.Gestures.Hand hand);

매개 변수

name
String
hand
Hand

적용 대상

HandMotion(String, HorizontalMotionSegment, Nullable<Hand>)

public HandMotion (string name, Microsoft.Gestures.HorizontalMotionSegment indexDirection, Nullable<Microsoft.Gestures.Hand> hand = null);

매개 변수

name
String
indexDirection
HorizontalMotionSegment
hand
Nullable<Hand>

적용 대상