Ejemplo n.º 1
0
    private void UnityHandUpdate()
    {
        if (hand != null)
        {
            UpdateHand();
            if (detectedFingers != null)
            {
                detectedFingers.CalculateFingers();
                UpdateFingers();
            }

            handType.UpdateHandType();
            DrawDebug();
        }
    }