예제 #1
0
    void SetShadowPosition()
    {
        float curProgress = Time.time - currentStartTime;

        transform.position = GeneralManager.GetBestRunPosition(curProgress);
    }