Example #1
0
    private void AnimateByCallCount(int count)
    {
        if (count < 34)
        {
            return;
        }

        if (count % 2 == 0)
        {
            pSController.Emit();
        }
    }