C# Class LeapMotionAPI.RecordAnimation

Create a file and write the data of the animation in it.
ファイルを表示 Open project: loic-lavergne/mckineap Class Usage Examples

Public Methods

Method Description
RecordData ( Leap.Controller controller, String path ) : void

Write the data of each frame in the file.

Method Details

RecordData() public method

Write the data of each frame in the file.
public RecordData ( Leap.Controller controller, String path ) : void
controller Leap.Controller Controller that represent the device.
path String Path of the file where the data will be write.
/// If one already exist it will be deleted and a new empty on is created.
return void