Class Leap::CopyFromOtherExtensions

class Leap.CopyFromOtherExtensions

Public Static Functions

static Frame CopyFrom (this Frame frame, Frame source)

Copies the data from a source frame into a frame. After the operation is complete, the frame will be identical to the source frame.

Param source

The source frame that is copied into a frame.

static Finger CopyFrom (this Finger finger, Finger source)

Copies the data from a source finger into a finger. After the operation is complete, the finger will be identical to the source finger.

Param source

The source finger that is copied into a finger.

static Bone CopyFrom (this Bone bone, Bone source)

Copies the data from a source bone into a bone. After the operation is complete, the bone will be identical to the source bone.

Param source

The source bone that is copied into a bone.