Class Leap::HandPoseRecorder

class Leap.HandPoseRecorder : public MonoBehaviour

Public Members

string handPoseName = "New hand pose"

The name that the pose should have when it is serialised. E.g. “Thumbs Up Left”

Chirality handToRecord = Chirality.Left

Which hand should be captured?

string savePath = "HandPoses/"

Where should the save path be? this will always be in “Assets/…” When saved, this will create the folder if one does not exist.