Share via


StockHandMotion 생성자

정의

오버로드

StockHandMotion(String, IEnumerable<DepthMotionSegment>, Nullable<Hand>)
StockHandMotion(String, IEnumerable<HorizontalMotionSegment>, Nullable<Hand>)
StockHandMotion(String, IEnumerable<VerticalMotionSegment>, Nullable<Hand>)

StockHandMotion(String, IEnumerable<DepthMotionSegment>, Nullable<Hand>)

protected StockHandMotion (string name, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionScript, Nullable<Microsoft.Gestures.Hand> hand = null);

매개 변수

name
String
hand
Nullable<Hand>

적용 대상

StockHandMotion(String, IEnumerable<HorizontalMotionSegment>, Nullable<Hand>)

protected StockHandMotion (string name, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionScript, Nullable<Microsoft.Gestures.Hand> hand = null);

매개 변수

name
String
hand
Nullable<Hand>

적용 대상

StockHandMotion(String, IEnumerable<VerticalMotionSegment>, Nullable<Hand>)

protected StockHandMotion (string name, System.Collections.Generic.IEnumerable<Microsoft.Gestures.VerticalMotionSegment> motionScript, Nullable<Microsoft.Gestures.Hand> hand = null);

매개 변수

name
String
hand
Nullable<Hand>

적용 대상