C# Class LeapMotionAPI.RecordAnimation

Create a file and write the data of the animation in it.
Afficher le fichier Open project: loic-lavergne/mckineap Class Usage Examples

Méthodes publiques

Méthode Description
RecordData ( Leap.Controller controller, String path ) : void

Write the data of each frame in the file.

Method Details

RecordData() public méthode

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.
Résultat void