Class LeapInternal::CopyFromLeapCExtensions

class LeapInternal.CopyFromLeapCExtensions

Properties

static LeapTransform LeapToUnityTransform { get; set; }

Provides a static LeapTransform that converts from Leap units and coordinates to Unity

Public Static Functions

static Frame CopyFrom (this Frame frame, ref LEAP_TRACKING_EVENT trackingMsg)

Copies the data from an internal tracking message into a frame.

Param trackingMsg

The internal tracking message with the data to be copied into this frame.