Exemplo n.º 1
0
    // IEnumerator
    public void StartFlyThrough(CompleteListener listener)
    {
        Debug.Log("Logan - VegasController - StartFlyThrough");
        mListener = listener;

        mVegas.SetActive(true);
        if (!mFlyThroughTableInitialized)
        {
            InitialiseFlyThroughTable();
        }

        iTween.MoveTo(mVegas, mFlyThroughTable);
        //yield return new WaitForSeconds (mFlyThroughTime);
    }
Exemplo n.º 2
0
    // IEnumerator
    public void StartFlyThrough(CompleteListener listener)
    {
        Debug.Log ("Logan - VegasController - StartFlyThrough");
                mListener = listener;

                mVegas.SetActive (true);
                if (!mFlyThroughTableInitialized) {
                        InitialiseFlyThroughTable ();
                }

                iTween.MoveTo (mVegas, mFlyThroughTable);
                //yield return new WaitForSeconds (mFlyThroughTime);
    }