I am using the Orion UnityAssets and want to get the handedness of the current hand. I get the current hands by getting the current frame using:
currentFrame = LeapServiceProvider.CurrentFrame
hands = currentFrame.Hands
How can I use this list of hands to get the handedness of each hand without using isLeft() or isRight()?