Class Leap::HandTrackingHintManager

class Leap.HandTrackingHintManager

Public Static Functions

static void RemoveHint (string hint)

Remove a hint from the existing hints and then send them all to the Service

static void AddHint (string hint)

Add a hint to the existing hints and then send them all to the Service

static void RequestAllExistingHints ()

Used to re-send the existing hints for each device that has had hints sent. Consider calling this when a connection is lost and re-established

static void RequestHandTrackingHints (string[] hints)

Send a specific set of hints, if this does not include previously set ones, they will be cleared.

Param hints

The hints you wish to send