コード例 #1
0
        void IniciarFocarCamera(CamFeatures c)
        {
            Debug.Log("Iniciar focar camera");

            if (dir == null)
            {
                dir = new InducedDirection();
            }

            dir.OnStartFocus();

            c.StarterQ        = c.MyCamera.rotation;
            c.contadorDeTempo = 0;
            c.distQ           = 0;
        }