Beispiel #1
0
    public void OnTouch(float angleY, float angleZ)
    {
        Vector3 initialVelocity = ballMovement.CalculateInitialVelocity(angleY, angleZ, targetPlatform.Position);

        projectilePathDrawer.DrawPath(ballMovement, initialVelocity);
    }