다음을 통해 공유


DepthMotionScript 생성자

정의

오버로드

DepthMotionScript(IEnumerable<DepthMotionSegment>)
DepthMotionScript(DepthMotionSegment, DepthMotionSegment[])

DepthMotionScript(IEnumerable<DepthMotionSegment>)

public DepthMotionScript (System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);

매개 변수

적용 대상

DepthMotionScript(DepthMotionSegment, DepthMotionSegment[])

public DepthMotionScript (Microsoft.Gestures.DepthMotionSegment motionSegment, Microsoft.Gestures.DepthMotionSegment[] nextMotionSegments);

매개 변수

motionSegment
DepthMotionSegment
nextMotionSegments
DepthMotionSegment[]

적용 대상