C# 클래스 LeapMotionAPI.LeapMotionManager

A KineapDevice implementation for the LeapMotion
상속: KinectStreamConverter.KineapDevice
파일 보기 프로젝트 열기: loic-lavergne/mckineap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
deviceStatusArgs KinectStreamConverter.KineapStatusChangedArgs

공개 메소드들

메소드 설명
LeapMotionManager ( ) : System

Start listening to the movements.

Record ( String path ) : void

Instantiate the class that write the animation to a file.

StartRecording ( ) : void
StopRecording ( ) : void

메소드 상세

LeapMotionManager() 공개 메소드

Start listening to the movements.
public LeapMotionManager ( ) : System
리턴 System

Record() 공개 메소드

Instantiate the class that write the animation to a file.
public Record ( String path ) : void
path String Destination path where we will write the data.
리턴 void

StartRecording() 공개 메소드

public StartRecording ( ) : void
리턴 void

StopRecording() 공개 메소드

public StopRecording ( ) : void
리턴 void

프로퍼티 상세

deviceStatusArgs 공개적으로 프로퍼티

public KineapStatusChangedArgs,KinectStreamConverter deviceStatusArgs
리턴 KinectStreamConverter.KineapStatusChangedArgs