Exemple #1
0
        void Awake()
        {
            followCamera = GetComponent <FollowCamera> ();
            orbitCamera  = GetComponent <OrbitCamera> ();
            sightCamera  = GetComponent <SightCamera> ();

            SetActiveBehaviour(null);
        }
		void Awake ()
		{
			followCamera = GetComponent<FollowCamera> ();
			orbitCamera = GetComponent<OrbitCamera> ();
			sightCamera = GetComponent<SightCamera> ();

			SetActiveBehaviour (null);
		}